smnotify: fix popt.h include to allow use of system lib
authorMathieu PARENT <math.parent@gmail.com>
Tue, 3 Feb 2009 23:48:56 +0000 (00:48 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 3 Feb 2009 23:48:56 +0000 (00:48 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
(This used to be ctdb commit e391bde5ac743956fb30ede65030973a1f13dae5)

ctdb/utils/smnotify/smnotify.c

index 3f0058c6187bb2e70302cfa7ad99676944d7c65c..d7fd54626e24c63214a4945c8e6894fabd717126 100644 (file)
@@ -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;