commit | 96ce968b123f0edde7b8c3b61e9d2abed002c678 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Jan 07 14:42:49 2011 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Jan 07 14:42:49 2011 -0500 |
tree | 9d4548e86786cee647607bc3fa45fef4ab971c78 | |
parent | 1926ebab731b6c7302f255b4181a0ec706f0b6a0 [diff] [blame] |
gears: Include config.h
diff --git a/clients/gears.c b/clients/gears.c index 160b079..a080741 100644 --- a/clients/gears.c +++ b/clients/gears.c
@@ -20,6 +20,8 @@ * OF THIS SOFTWARE. */ +#include "config.h" + #include <stdint.h> #include <stdio.h> #include <stdlib.h>