Skip to content

Commit 7311620

Browse files
unknownalanfalloon
unknown
authored andcommitted
Fix headers in par2cmdline.h
1 parent 9b4dd9f commit 7311620

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

par2cmdline.h

+6
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ typedef unsigned int u32;
132132
typedef unsigned long long u64;
133133
#endif
134134

135+
// FIXME: this is not done right w/ autoconf
136+
#include <sys/ioctl.h>
137+
#include <sys/mount.h>
138+
135139
#if HAVE_SYS_STAT_H
136140
# include <sys/stat.h>
137141
#endif
@@ -179,6 +183,8 @@ typedef unsigned long long u64;
179183
#include <ctype.h>
180184
#include <sys/types.h>
181185
#include <sys/stat.h>
186+
#include <sys/ioctl.h>
187+
#include <sys/mount.h>
182188
#include <dirent.h>
183189
#include <assert.h>
184190

0 commit comments

Comments
 (0)