Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 03fb280c94afbc1556e0886aa605a8c3 > files > 1

grhino-0.16.1-1mdv2010.2.src.rpm

--- book.cc
+++ book.cc
@@ -28,6 +28,7 @@
 #include <vector>
 #include <iostream>
 #include <stdexcept>
+#include <cstdlib>
 
 #ifdef _
 #undef _
--- game.cc
+++ game.cc
@@ -37,6 +37,7 @@
 #include <sys/stat.h> 
 #include <unistd.h>
 #include <fcntl.h>
+#include <cstdlib>
 
 #ifdef _
 #  undef _
--- log_proc.h
+++ log_proc.h
@@ -25,6 +25,7 @@
 #include <string>
 #include <fstream>
 #include <iomanip>
+#include <cstdlib>
 
 #include "board.h"
 #include "order.h"