Fix build on freebsd (uint32_t unknown if stdint.h not

included)
next
Baptiste Daroussin 2010-11-12 23:04:30 +01:00 committed by Michael Stapelberg
parent 8f7bd538d8
commit 1bb6906c56
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
*/
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include "cfgparse.tab.h"
#include <xcb/xcb.h>