Commit 1d648067 authored by Kristian Lyngstol's avatar Kristian Lyngstol

Include stdint.h before vend.h

Fixes build issues.
parent 25228a23
......@@ -47,6 +47,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <pcre.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment