Commit 9efef693 authored by Guillaume Quintard's avatar Guillaume Quintard

Include header to support musl

parent 70b5a727
......@@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h> /* for MUSL (mode_t) */
#include <unistd.h>
#include "vtc.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