]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - taskqueue.h
lhnet: Use the generic linked list
[xonotic/darkplaces.git] / taskqueue.h
index 3f5ac3a4e31df918f36d2d970f98feef491da062..0f64cf6fc35035f6c28b660804855651f5ccb111 100644 (file)
@@ -2,8 +2,8 @@
 #ifndef TASKQUEUE_H
 #define TASKQUEUE_H
 
+#include <stddef.h>
 #include "qtypes.h"
-#include "thread.h"
 
 typedef struct taskqueue_task_s
 {