aboutsummaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/log.c b/log.c
index 26bd988..7f2d555 100644
--- a/log.c
+++ b/log.c
@@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "gmid.h"
+
#include <errno.h>
#include <netdb.h>
#include <stdarg.h>
@@ -21,8 +23,6 @@
#include <string.h>
#include <syslog.h>
-#include "gmid.h"
-
void
fatal(const char *fmt, ...)
{