summaryrefslogtreecommitdiffstats
path: root/testing/par2cmdline/par2cmdline-0.4-autoconf.patch
blob: a0f2fbb551604530bc27dc02784dac255feb6c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- ../orig/par2cmdline-0.4/par2cmdline.h	2004-04-15 15:30:02.000000000 +0200
+++ ./par2cmdline.h	2007-03-24 13:25:43.000000000 +0100
@@ -132,6 +132,10 @@
 typedef unsigned long long u64;
 #endif
 
+// FIXME: this is not done right w/ autoconf
+#include <sys/ioctl.h>
+#include <sys/mount.h>
+
 #if HAVE_SYS_STAT_H
 #  include <sys/stat.h>
 #endif
@@ -179,6 +183,8 @@
 #include <ctype.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/ioctl.h>
+#include <sys/mount.h>
 #include <dirent.h>
 #include <assert.h>