X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=grovel.lisp;h=486cc668b3232b7ec1e2c44057ee20ea52edb71f;hb=4b2a7eef672115e77ea7b999a5af37879cb4b068;hp=5dd12c157b9c8f4237a0f86de1dda6085a0a1b28;hpb=15c737317665c66728aad84f699152193c7fa46c;p=cl-inotify.git diff --git a/grovel.lisp b/grovel.lisp index 5dd12c1..486cc66 100644 --- a/grovel.lisp +++ b/grovel.lisp @@ -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"))