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>