fix warning in help.c about system()

This commit is contained in:
Thomas Bernard 2018-12-02 18:05:55 +01:00
parent 4557766282
commit 6e81d013c6
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -45,6 +45,10 @@
#include <sys/mount.h>
#endif
#if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
#include <stdlib.h>
#endif
#if defined(__macosx__)
#import <CoreFoundation/CoreFoundation.h>
/* defining __QD__ is a cheat to avoid :