Selaa lähdekoodia

list include workaround

eihrul 15 vuotta sitten
vanhempi
commit
2a878c2372
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      list.c

+ 1 - 1
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