summaryrefslogtreecommitdiffstats
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorhasso <hasso>2003-06-04 17:41:54 +0000
committerhasso <hasso>2003-06-04 17:41:54 +0000
commit96383024428354bec05c2e801b96ba6a2856d221 (patch)
tree312a2ac921a9bbdde2995225c540af703b94f06a /lib/zebra.h
parenta67e0eb96fd28f7ca2deb9b00c251969becc310d (diff)
downloadquagga-96383024428354bec05c2e801b96ba6a2856d221.tar.bz2
quagga-96383024428354bec05c2e801b96ba6a2856d221.tar.xz
Paul forgot probably to commit privs.[c|h] changes. Had to reorder includes
in zebra.h to make it compile in debian.
Diffstat (limited to 'lib/zebra.h')
-rw-r--r--lib/zebra.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 15608dbc..3d71ad8d 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -72,10 +72,6 @@ typedef int socklen_t;
#ifdef HAVE_RUSAGE
#include <sys/resource.h>
#endif /* HAVE_RUSAGE */
-#ifdef HAVE_LCAPS
-#include <sys/capability.h>
-#include <sys/prctl.h>
-#endif /* HAVE_LCAPS */
/* machine dependent includes */
#ifdef SUNOS_5
@@ -96,6 +92,11 @@ typedef int socklen_t;
#include <stdarg.h>
#include <assert.h>
+#ifdef HAVE_LCAPS
+#include <sys/capability.h>
+#include <sys/prctl.h>
+#endif /* HAVE_LCAPS */
+
/* network include group */
#include <sys/socket.h>