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

r1877: since make proto catches all functions

the inlcude has to move to includes.h

metze
This commit is contained in:
Stefan Metzmacher
2004-08-18 10:35:46 +00:00
committed by Gerald (Jerry) Carter
parent 14b9858800
commit 97fe38183b
2 changed files with 1 additions and 1 deletions

View File

@@ -673,6 +673,7 @@ extern int errno;
#include "gtk/common/select.h"
#include "libnet/libnet.h"
#include "utils/net/net.h"
#define malloc_p(type) (type *)malloc(sizeof(type))
#define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count)