Commit 17905037 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Missing include prompted by -std=c99

parent 431b502b
......@@ -34,6 +34,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include "vdef.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