]> git.sur5r.net Git - i3/i3/commit
Build fix: Explicitly include stdint.h before cfgparse.tab.h
authorRaphael Kubo da Costa <kubito@gmail.com>
Sat, 22 Jan 2011 18:03:29 +0000 (16:03 -0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 23 Jan 2011 12:19:46 +0000 (13:19 +0100)
commit9223a39a65d93f2dd025451369c900297c4c4b0d
treef189c02e1d76247df153b024757772e50d8491e3
parent0609c1bf3e6ff051b382c006bd1368ea6da081ae
Build fix: Explicitly include stdint.h before cfgparse.tab.h

cfgparse.tab.h uses uint32_t, which is defined in stdint.h.

Should fix the build of 3.ε-bf2 on FreeBSD.

Signed-off-by: Raphael Kubo da Costa <kubito@gmail.com>
src/cfgparse.l