summary refs log tree commit diff
path: root/pkgs/applications/misc/sdcv/sdcv.cpp.patch
blob: 6f835f16e4583d33ca91d3a472f45527b589638d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -2,6 +2,9 @@
 #define _UTILS_HPP_
 
 #include <string>
+#include <stdio.h>
+#include <cstdlib>
+
 using std::string;
 
 extern bool stdio_getline(FILE *in, string &str);