Commit Diff


commit - 1fce2e758fce1ba5d600301bb2b5fae29578adbc
commit + a467be638fbb7bac5460772239ea6e8c5d865280
blob - acfc0ecc4abaf7a75f65981ed7a488ac8f50c617
blob + 856e623cc88284401819cdd61d9fe8a05d55be61
--- parser.c
+++ parser.c
@@ -14,13 +14,15 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "parser.h"
-#include "telescope.h"
-#include "ui.h"
+#include "compat.h"
 
 #include <stdlib.h>
 #include <string.h>
 
+#include "parser.h"
+#include "telescope.h"
+#include "ui.h"
+
 /*
  * Load a text/gemini page given the string page.  Always returns 0.
  */