Changed everything to inotify naming.
[cl-inotify.git] / grovel.lisp
index 5dd12c1..486cc66 100644 (file)
@@ -1,7 +1,7 @@
-(include "sys/inotify.h")
-
 (in-package #:cl-inotify)
 
+(include "sys/inotify.h")
+
 (constant (in-access        "IN_ACCESS"))
 (constant (in-modify        "IN_MODIFY"))
 (constant (in-attrib        "IN_ATTRIB"))