summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-11-30 17:55:46 +0000
committerLuke Leighton <lkcl@samba.org>1998-11-30 17:55:46 +0000
commit3257b72c6e2722a6de6b40b4c16e934c02a7c508 (patch)
tree3c57446d25c5082ddf348f97e9eb73090d15ad1b /source/include/includes.h
parent603c5f6df8c525f30d00da912d408b98378ea538 (diff)
downloadsamba-3257b72c6e2722a6de6b40b4c16e934c02a7c508.tar.gz
samba-3257b72c6e2722a6de6b40b4c16e934c02a7c508.tar.xz
samba-3257b72c6e2722a6de6b40b4c16e934c02a7c508.zip
moving rpc/rpc.h to after netinet.h
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 82487c4e224..58c6ee01bdc 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -46,10 +46,6 @@
#endif
-#if defined(HAVE_RPC_RPC_H)
-#include <rpc/rpc.h>
-#endif
-
#include <sys/types.h>
#ifdef TIME_WITH_SYS_TIME
@@ -74,6 +70,11 @@
#include <stdio.h>
#include <stddef.h>
+#include <netinet/in.h>
+#if defined(HAVE_RPC_RPC_H)
+#include <rpc/rpc.h>
+#endif
+
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
@@ -179,7 +180,6 @@
#include <varargs.h>
#endif
-#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <syslog.h>