Просмотр исходного кода

Include stdlib.h to get exit declaration

Wichert Akkerman лет назад: 25
Родитель
Сommit
a941ba3115
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      utils/md5sum.c

+ 1 - 0
utils/md5sum.c

@@ -14,6 +14,7 @@
  * This file is in the public domain.
  */
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <getopt.h>
 #include <unistd.h>