Commit 973dce37 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vxp: Missing include for in64_t

Spotted by our Alpine Linux job on CircleCI.
parent 361dba0c
......@@ -33,6 +33,7 @@
#include "config.h"
#include <ctype.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h> /* for MUSL */
......
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