1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

Fix includes in libnetapi examples common.c

Guenther
(This used to be commit 922ff9d016)
This commit is contained in:
Günther Deschner
2008-04-08 17:17:17 +02:00
parent c5cf066c8b
commit 6531d0b13f

View File

@@ -1,7 +1,10 @@
#include <stdlib.h>
#include <string.h>
#include <netapi.h>
#include <sys/types.h>
#include <inttypes.h>
#include <popt.h>
#include <netapi.h>
void popt_common_callback(poptContext con,
enum poptCallbackReason reason,