Fix include path in fuzz/main.c

This commit is contained in:
Tim Rühsen 2018-12-08 23:27:28 +01:00
parent 277b82bca2
commit 6ef129be93
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
* This file is part of libpsl.
*/
#include "../config.h"
#include <config.h>
#include <stdio.h>