blob: 380a2b46d9f622c98e962aacf9188bbee2915030 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- a/fdisk.c 2016-01-24 03:39:51.647734970 -0600
+++ b/fdisk.c 2016-01-26 00:55:18.478415913 -0600
@@ -70,6 +70,7 @@
#include <endian.h>
#include <sys/ioctl.h>
+#include <sys/types.h>
#include "kernel-defs.h"
|