From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 23 Oct 2018 15:04:22 +0000 (+0200)
Subject: Change include order so errlog.h can use jb_err
X-Git-Tag: v_3_0_27~35^2~2
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/static/user-manual/@default-cgi@send-stylesheet?a=commitdiff_plain;h=ad7340ef630ec1bf0b95e7b25a08cc89e80804d9;p=privoxy.git

Change include order so errlog.h can use jb_err
---

diff --git a/deanimate.c b/deanimate.c
index ae0d96a8..d9c56682 100644
--- a/deanimate.c
+++ b/deanimate.c
@@ -40,8 +40,8 @@
 #include <string.h>
 #include <fcntl.h>
 
-#include "errlog.h"
 #include "project.h"
+#include "errlog.h"
 #include "deanimate.h"
 #include "miscutil.h"