aboutsummaryrefslogtreecommitdiff
path: root/iri.c
diff options
context:
space:
mode:
Diffstat (limited to 'iri.c')
-rw-r--r--iri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iri.c b/iri.c
index b911b0d..442af15 100644
--- a/iri.c
+++ b/iri.c
@@ -14,11 +14,11 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "gmid.h"
+
#include <ctype.h>
#include <string.h>
-#include "gmid.h"
-
static inline int
unreserved(int p)
{