summaryrefslogtreecommitdiff
path: root/src/common/evqueue.c
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-06-28 12:59:40 +0200
committerOndřej Surý <ondrej@sury.org>2013-06-28 12:59:40 +0200
commit124965832295a277b9ca6ae9fac4f45a74a36b2a (patch)
treef299e2335863f74e0be0707f84b85211baaf2d03 /src/common/evqueue.c
parent3d2d198c71a6b844b60fa9ef68801b66bba93361 (diff)
downloadknot-upstream/1.3.0_rc3.tar.gz
New upstream version 1.3.0~rc3upstream/1.3.0_rc3
Diffstat (limited to 'src/common/evqueue.c')
-rw-r--r--src/common/evqueue.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/evqueue.c b/src/common/evqueue.c
index efd6d4d..097d177 100644
--- a/src/common/evqueue.c
+++ b/src/common/evqueue.c
@@ -14,10 +14,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
-#include <config.h>
#include "common/evqueue.h"
#include "common/fdset.h"
@@ -133,4 +133,3 @@ int evqueue_add(evqueue_t *q, const event_t *ev)
return 0;
}
-