File 7800-v1.0.2.dif of Package prosystem

--- src/Common.cpp
+++ src/Common.cpp
@@ -23,6 +23,7 @@
 // Common.cpp
 // ----------------------------------------------------------------------------
 #include "Common.h"
+#include <stdlib.h>
 
 std::string common_defaultPath;
 
--- src/Makefile-linux
+++ src/Makefile-linux
@@ -59,7 +59,7 @@
 all : $(TARGET)
 
 $(TARGET): $(OBJS)
-	gcc $(CFLAGS) $(OBJS) $(LIBS) -o $(TARGET)
+	g++ $(CFLAGS) $(OBJS) $(LIBS) -o $(TARGET)
 
 clean:
 	rm -f $(OBJS) $(TARGET)
openSUSE Build Service is sponsored by