diff options
author | Mathieu PARENT <math.parent@gmail.com> | 2009-02-04 00:48:56 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-02-04 00:48:56 +0100 |
commit | c3a44fd815cb7e7278fea6de2b3ea8b022e02a5c (patch) | |
tree | 7abf7cc65ac43e7a0cf569d7bd9b84f7331a2beb | |
parent | 0405ec036d82f55f2fc816bb1ffcf07b74fa8b86 (diff) | |
download | samba-c3a44fd815cb7e7278fea6de2b3ea8b022e02a5c.tar.gz samba-c3a44fd815cb7e7278fea6de2b3ea8b022e02a5c.tar.xz samba-c3a44fd815cb7e7278fea6de2b3ea8b022e02a5c.zip |
smnotify: fix popt.h include to allow use of system lib
Signed-off-by: Michael Adam <obnox@samba.org>
(This used to be ctdb commit e391bde5ac743956fb30ede65030973a1f13dae5)
-rw-r--r-- | ctdb/utils/smnotify/smnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/utils/smnotify/smnotify.c b/ctdb/utils/smnotify/smnotify.c index 3f0058c618..d7fd54626e 100644 --- a/ctdb/utils/smnotify/smnotify.c +++ b/ctdb/utils/smnotify/smnotify.c @@ -24,7 +24,7 @@ #include <netinet/in.h> #include <arpa/inet.h> #include "smnotify.h" -#include "../../lib/popt/popt.h" +#include "popt.h" static char *client = NULL; static const char *ip = NULL; |