From 1bb6906c56f22a7510211e66311869581d8ee2d1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 12 Nov 2010 23:04:30 +0100 Subject: [PATCH] Fix build on freebsd (uint32_t unknown if stdint.h not included) --- src/cfgparse.l | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5