Include some header files explicitly.

SVN revision: 7849
This commit is contained in:
Kim Woelders 2003-11-09 23:17:15 +00:00
parent 8aee6f4535
commit 1aa09632c3
10 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "E.h"
#include <sys/time.h>
static int area_w = 3;
static int area_h = 3;

View File

@ -21,6 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "E.h"
#include <sys/time.h>
#if 0
#define DELETE_EWIN_REFERENCE(ew, ew_ref) \

View File

@ -22,6 +22,7 @@
*/
#include "E.h"
#include "conf.h"
#include <ctype.h>
#ifdef __EMX__
#include <process.h>

View File

@ -21,6 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "E.h"
#include <sys/time.h>
char *
GetUniqueBGString(Background * bg)

View File

@ -22,6 +22,7 @@
*/
#include "E.h"
#include <errno.h>
#include <sys/time.h>
#ifdef __EMX__
#include <io.h> /* EMX select() */
#endif

View File

@ -21,6 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "E.h"
#include <ctype.h>
#ifdef __EMX__
#define chdir _chdir2

View File

@ -21,6 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "E.h"
#include <sys/time.h>
void
SlideWindowSizeTo(Window win, int fx, int fy, int tx, int ty, int fw, int fh,

View File

@ -36,6 +36,7 @@
#include "E.h"
#include <errno.h>
#include <ctype.h>
/*
* Shamelessly snarfed from sane...

View File

@ -21,6 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "E.h"
#include <sys/time.h>
#ifndef __EMX__
int

View File

@ -21,6 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "E.h"
#include <sys/time.h>
double
GetTime(void)