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:
committed by
Gerald (Jerry) Carter
parent
14b9858800
commit
97fe38183b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user