diff options
Diffstat (limited to 'net/netmap/files/patch-belgolib__dirs.c')
-rw-r--r-- | net/netmap/files/patch-belgolib__dirs.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/netmap/files/patch-belgolib__dirs.c b/net/netmap/files/patch-belgolib__dirs.c new file mode 100644 index 000000000000..08ede5709eb5 --- /dev/null +++ b/net/netmap/files/patch-belgolib__dirs.c @@ -0,0 +1,9 @@ +--- belgolib/dirs.c.orig Tue Jul 22 04:58:32 2003 ++++ belgolib/dirs.c Tue Jul 22 04:58:46 2003 +@@ -1,5 +1,6 @@ + #include <stdio.h> + #include <dirent.h> ++#include <assert.h> + + #include <list> + |