Merge pull request from ebfe/musl

fix build with musl libc
This commit is contained in:
van Hauser 2017-10-05 14:38:00 +02:00 committed by GitHub
commit 3633991bd1

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"