From 97fe38183b6a03c01f6ac2d28a958d632eb4ff8a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 18 Aug 2004 10:35:46 +0000 Subject: [PATCH] r1877: since make proto catches all functions the inlcude has to move to includes.h metze --- source/include/includes.h | 1 + source/utils/net/net.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/includes.h b/source/include/includes.h index 53a5a969e51..c4b8f24397e 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -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) diff --git a/source/utils/net/net.c b/source/utils/net/net.c index ddca5662a25..a636e4cdaa5 100644 --- a/source/utils/net/net.c +++ b/source/utils/net/net.c @@ -42,7 +42,6 @@ /*****************************************************/ #include "includes.h" -#include "utils/net/net.h" /* run a function from a function table. If not found then