Paul forgot probably to commit privs.[c|h] changes. Had to reorder includes
in zebra.h to make it compile in debian.
diff --git a/lib/zebra.h b/lib/zebra.h
index 15608db..3d71ad8 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -72,10 +72,6 @@
 #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 @@
 #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>