nixpkgs/pkgs/applications/misc/sdcv/utils.hpp.patch
2013-06-13 22:33:52 +10:00

11 lines
191 B
Diff

--- 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);