]> 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:25 +0000 (13:19 +0100)
commitca296c1c8b36a1c53693d65ef80903297782547a
tree2819aa71f4c0b539c85e3eddbd99ff35b46a3777
parent2a968135e59fce4b78e842b9e41418f06b0d7757
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