commit 83429e3280e0bea08037ff7ad359c4949dcc7980
parent 71c6dcb3ab2bedec300b9e4a32529d469de36325
Author: Stephen Gregoratto <dev@sgregoratto.me>
Date: Fri, 25 Sep 2020 13:23:47 +1000
bspatch: move config.h to the top
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bspatch.c b/bspatch.c
@@ -32,9 +32,9 @@
__FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59:06 cperciva Exp $");
#endif
+#include "config.h"
#include <sys/stat.h>
-#include "config.h"
#include <bzlib.h>
#if HAVE_ERR
#include <err.h>