From 72e4b6e9859ea8e7c3f4a55947a20141bdd4a254 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sun, 24 Nov 2013 19:58:36 -0700 Subject: Include config.h before other headers diff --git a/src/scribble.c b/src/scribble.c index 57fa9d0..26e820b 100644 --- a/src/scribble.c +++ b/src/scribble.c @@ -1,4 +1,5 @@ +#include "config.h" #include #include #include "scribble.h" -- 1.8.3.4