pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
1995-09-18
1995-09-18 12:34:27 by David Hedbor <david@hedbor.org>
a3ce270c3cf79a6159e323910c20c34c127520f4 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
branches/E-12
committing
Rev: src/call_out.c:1.4
Rev: src/main.c:1.7
2:
#include <stdlib.h> #include "global.h" #include "types.h"
+
#ifdef HAVE_SYS_TIME_H
+
#include <sys/time.h>
+
#endif
#include "backend.h" #include "module.h" #include "object.h"
18:
#ifdef HAVE_LOCALE_H #include <locale.h> #endif
-
#ifdef HAVE_SYS_TIME_H
-
#include <sys/time.h>
-
#endif
+
#ifdef HAVE_SYS_RESOURCE_H #include <sys/resource.h> #endif