summaryrefslogtreecommitdiffstats
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index e0dc945..1b9881f 100644
--- a/misc.c
+++ b/misc.c
@@ -16,10 +16,11 @@
Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include "config.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
+
+#include <config.h>
#include "strxtra.h"
#include "misc.h"