nixpkgs/pkgs/applications/misc/sdcv/sdcv.cpp.patch

13 lines
213 B
Diff
Raw Normal View History

2013-06-02 03:21:30 +02:00
--- 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);