blob: c0b3f5273e91f9ba833856f2ed5ffa49d8441a79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff -NrU5 yamcha-0.33.orig/libexec/mkdarts.cpp yamcha-0.33/libexec/mkdarts.cpp
--- yamcha-0.33.orig/libexec/mkdarts.cpp 2008-06-15 22:22:53.000000000 +0200
+++ yamcha-0.33/libexec/mkdarts.cpp 2008-06-15 22:26:40.000000000 +0200
@@ -25,10 +25,11 @@
#include <cstring>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
+#include <cstdlib>
#include "darts.h"
using namespace std;
int progress_bar (size_t current, size_t total)
diff -NrU5 yamcha-0.33.orig/src/param.cpp yamcha-0.33/src/param.cpp
--- yamcha-0.33.orig/src/param.cpp 2008-06-15 22:22:53.000000000 +0200
+++ yamcha-0.33/src/param.cpp 2008-06-15 22:24:04.000000000 +0200
@@ -22,10 +22,11 @@
*/
#include <fstream>
#include <strstream>
#include <cstdio>
+#include <cstring>
#include "param.h"
#include "common.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
|