diff options
author | eihrul <eihrul> | 2010-07-29 02:42:28 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-07-29 02:42:28 +0000 |
commit | 2a878c23727a4ba36950f321715e830d1c1bf365 (patch) | |
tree | 1226822e1f830c6d894761a9639550453dcb1e6c /list.c | |
parent | 55bfad31111111d0aea227282f0b0fbe620b12c0 (diff) | |
download | enet-2a878c23727a4ba36950f321715e830d1c1bf365.tar.gz enet-2a878c23727a4ba36950f321715e830d1c1bf365.zip |
list include workaroundv1.3.0
Diffstat (limited to 'list.c')
-rw-r--r-- | list.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |