fix build with musl libc

This commit is contained in:
Michael Gehring 2017-10-05 13:20:10 +02:00
parent 0a50b41be9
commit d4429b67ac

View file

@ -3,6 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <stdint.h>
#define PROGRAM "PW-Inspector"
#define VERSION "v0.2"