blob: 0ad0330388f6ee1e1909559f6c1f14f14e877e43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- jq.c.orig 2014-11-20 06:16:09 UTC
+++ jq.c
@@ -10,8 +10,8 @@
#include "php_jq.h"
-#include "jq/jq.h"
-#include "jq/version.h"
+#include "jq.h"
+#include "version.h"
ZEND_DECLARE_MODULE_GLOBALS(jq)
|