diff options
Diffstat (limited to 'src/util/list.h')
-rw-r--r-- | src/util/list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/list.h b/src/util/list.h index 07eb9f3e6aa..6edb7501109 100644 --- a/src/util/list.h +++ b/src/util/list.h @@ -41,6 +41,7 @@ #include <stdbool.h> #include <stddef.h> #include <assert.h> +#include "c99_compat.h" struct list_head |