Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 httest (2.4.18-1) UNRELEASED; urgency=medium
 .
   * New upstream release
Author: Eva Ramon <eramon@caipirinha>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2017-01-07

--- httest-2.4.18.orig/src/body.c
+++ httest-2.4.18/src/body.c
@@ -43,7 +43,7 @@
 #include <apr_portable.h>
 #include <apr_support.h>
 
-#include <pcre/pcre.h>
+#include <pcre.h>
 
 #if APR_HAVE_UNISTD_H
 #include <unistd.h> /* for getpid() */
--- httest-2.4.18.orig/src/httest.c
+++ httest-2.4.18/src/httest.c
@@ -57,7 +57,7 @@
 #include <apr_env.h>
 #include <apr_hooks.h>
 
-#include <pcre/pcre.h>
+#include <pcre.h>
 
 #if APR_HAVE_UNISTD_H
 #include <unistd.h> /* for getpid() */
--- httest-2.4.18.orig/src/module.h
+++ httest-2.4.18/src/module.h
@@ -42,7 +42,7 @@
 #include <apr_base64.h>
 #include <apr_env.h>
 
-#include <pcre/pcre.h>
+#include <pcre.h>
 #if APR_HAVE_UNISTD_H
 #include <unistd.h> /* for getpid() */
 #endif
--- httest-2.4.18.orig/src/regex.c
+++ httest-2.4.18/src/regex.c
@@ -29,7 +29,7 @@
 #include <config.h>
 #endif
 
-#include <pcre/pcre.h>
+#include <pcre.h>
 
 #include <apr.h>
 #include <apr_strings.h>
--- httest-2.4.18.orig/src/worker.c
+++ httest-2.4.18/src/worker.c
@@ -45,7 +45,7 @@
 #include <apr_hooks.h>
 #include <apr_env.h>
 
-#include <pcre/pcre.h>
+#include <pcre.h>
 #if APR_HAVE_UNISTD_H
 #include <unistd.h> /* for getpid() */
 #endif
