diff options
Diffstat (limited to 'audio/snd/files/patch-snd-file_c')
-rw-r--r-- | audio/snd/files/patch-snd-file_c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/snd/files/patch-snd-file_c b/audio/snd/files/patch-snd-file_c new file mode 100644 index 000000000000..3e0f43f50fe3 --- /dev/null +++ b/audio/snd/files/patch-snd-file_c @@ -0,0 +1,8 @@ +--- snd-file.c.orig Mon Sep 18 12:09:20 2000 ++++ snd-file.c Fri Oct 6 17:34:16 2000 +@@ -1,3 +1,5 @@ ++#include <sys/param.h> ++#include <sys/mount.h> + #include "snd.h" + + #if defined(NEXT) || defined(HAVE_SYS_DIR_H) |