diff mbox

[5/5] include sys/types.h for u_int32_t in attr/attributes.h

Message ID 20170910003035.14285-5-raj.khem@gmail.com (mailing list archive)
State Superseded
Headers show

Commit Message

Khem Raj Sept. 10, 2017, 12:30 a.m. UTC
error: unknown type name 'u_int32_t'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 restore/content.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/restore/content.c b/restore/content.c
index 7c4a81f..1d5de1b 100644
--- a/restore/content.c
+++ b/restore/content.c
@@ -24,6 +24,7 @@ 
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>
+#include <sys/types.h>
 #include <attr/attributes.h>
 #include <xfs/handle.h>
 #include <time.h>