summaryrefslogtreecommitdiff
path: root/src/common/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/log.c')
-rw-r--r--src/common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c
index 49571f64fb..500cfa1c14 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -8,11 +8,11 @@
* \brief Functions to send messages to log files or the console.
*/
+#include "orconfig.h"
#include <stdarg.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
-#include "orconfig.h"
#include "./util.h"
#include "./log.h"