Fix build on freebsd (uint32_t unknown if stdint.h not
included)
This commit is contained in:
parent
8f7bd538d8
commit
1bb6906c56
|
@ -10,6 +10,7 @@
|
|||
*/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include "cfgparse.tab.h"
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue