compile
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 16 Apr 2007 15:59:46 +0000 (15:59 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 16 Apr 2007 15:59:46 +0000 (15:59 +0000)
zypp/base/Random.cc

index b428111..e6abfe5 100644 (file)
@@ -1,9 +1,13 @@
 
-
+#include <cstdlib>
+#include <cstdio>
+#include <iostream>
+#include <fcntl.h>
 #include "zypp/base/Random.h"
 
+using namespace std;
+
 namespace zypp { namespace base {
-  
 
  // Taken from KApplication
 int random_int()