You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
300 B
12 lines
300 B
Index: redis_fdw.c |
|
--- redis_fdw.c.orig 2015-08-16 11:34:33.000000000 +0200 |
|
+++ redis_fdw.c 2015-08-16 11:36:12.573424129 +0200 |
|
@@ -31,7 +31,7 @@ |
|
#include <sys/stat.h> |
|
#include <unistd.h> |
|
|
|
-#include <hiredis/hiredis.h> |
|
+#include <hiredis.h> |
|
|
|
#include "funcapi.h" |
|
#include "access/reloptions.h"
|
|
|