#511. Fixed C compilation errors for the latest versions of Mac OS X

This commit is contained in:
Kyrill Alyoshin
2020-08-26 15:28:54 -04:00
parent 790e24bc0a
commit 9fcf066e38
3 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
#include "string_utils.h"
#include "file_utils.h"
// Run shuf/gshuf on a file in-place if the shuf command is available.
bool shuffle_file(char *filename) {
char *shuffle_command = NULL;