blob: 8bccdcdda9ff02769fe6830b35d97f2f0f539b0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- fam/DirectoryScanner.h.orig Tue Apr 15 10:21:30 2003
+++ fam/DirectoryScanner.h Sat Aug 12 00:10:29 2006
@@ -27,7 +27,7 @@
#include <stddef.h>
#include <sys/types.h>
-#include <sys/dir.h>
+#include <dirent.h>
#include "Event.h"
|