Browse Source

list include workaround

eihrul 15 năm trước cách đây
mục cha
commit
2a878c2372
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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