1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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)
This commit is contained in:
Mathieu PARENT 2009-02-04 00:48:56 +01:00 committed by Michael Adam
parent 0405ec036d
commit c3a44fd815

View 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;