Use "" instead of <> for the http_parser.h include.

This avoids having to specify -I when building.
v0.10
James McLaughlin 13 years ago committed by Ben Noordhuis
parent 3e626c6cb6
commit 03e0d5292a

@ -21,7 +21,7 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/
#include <http_parser.h>
#include "http_parser.h"
#include <assert.h>
#include <stddef.h>
#include <ctype.h>

Loading…
Cancel
Save