From 2a878c23727a4ba36950f321715e830d1c1bf365 Mon Sep 17 00:00:00 2001 From: eihrul Date: Thu, 29 Jul 2010 02:42:28 +0000 Subject: list include workaround --- list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list.c b/list.c index 8487200..1c1a8df 100644 --- a/list.c +++ b/list.c @@ -3,7 +3,7 @@ @brief ENet linked list functions */ #define ENET_BUILDING_LIB 1 -#include "enet/list.h" +#include "enet/enet.h" /** @defgroup list ENet linked list utility functions -- cgit v1.2.3