summaryrefslogtreecommitdiff
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
commitba3a0bc5fa05691b211340bef69c5c7a3659d412 (patch)
treeaf7b0b8ca5ba7f6c39b96be1ea180135a9159e64 /lib/zebra.h
parentedd7c245d3a77012abf801da00d5664ebaa5f749 (diff)
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>