From: Baptiste Daroussin Date: Fri, 12 Nov 2010 22:04:30 +0000 (+0100) Subject: Fix build on freebsd (uint32_t unknown if stdint.h not X-Git-Tag: tree-pr1~118 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1bb6906c56f22a7510211e66311869581d8ee2d1;p=i3%2Fi3 Fix build on freebsd (uint32_t unknown if stdint.h not included) --- diff --git a/src/cfgparse.l b/src/cfgparse.l index fedf286e..7d583b94 100644 --- a/src/cfgparse.l +++ b/src/cfgparse.l @@ -10,6 +10,7 @@ */ #include #include +#include #include "cfgparse.tab.h" #include