summaryrefslogtreecommitdiffstats
path: root/source/l/libcap/libcap.capability.h.fix.broken.includes.diff
blob: dcf01e7a5f76f8cbfd5b616b612dc1442e211e01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./libcap/include/sys/capability.h.orig	2009-08-27 00:01:01.000000000 -0500
+++ ./libcap/include/sys/capability.h	2011-02-08 14:24:36.000000000 -0600
@@ -19,9 +19,9 @@
  * information for the user library.
  */
 
-#include <sys/types.h>
-#include <stdint.h>
 #include <linux/types.h>
+#include <stdint.h>
+#include <sys/types.h>
 
 /*
  * Required to limit what gets defined in the kernel header file.