summaryrefslogtreecommitdiff
path: root/utils/http/primitives.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/http/primitives.c')
-rw-r--r--utils/http/primitives.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/http/primitives.c b/utils/http/primitives.c
index f4c4e056e..1e24d2a0d 100644
--- a/utils/http/primitives.c
+++ b/utils/http/primitives.c
@@ -16,11 +16,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
+#include "netsurf/inttypes.h"
#include "utils/http/primitives.h"
/**