blob: 3e0f43f50fe34dc111cb11efb42946f74248b9c2 (
plain) (
blame)
1
2
3
4
5
6
7
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)
|