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