aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmid.h b/gmid.h
index a2e6be5..a8fd595 100644
--- a/gmid.h
+++ b/gmid.h
@@ -17,6 +17,8 @@
#ifndef GMID_H
#define GMID_H
+#include "config.h"
+
#include <sys/socket.h>
#include <sys/types.h>
@@ -33,8 +35,6 @@
#include <openssl/x509.h>
-#include "config.h"
-
#define GEMINI_URL_LEN (1024+3) /* URL max len + \r\n + \0 */
#define SUCCESS 20