mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
922 B

--- ./wpa_gui/networkconfig.ui.h.orig 2008-06-10 20:10:07.000000000 +0200
+++ ./wpa_gui/networkconfig.ui.h 2008-06-10 20:10:13.000000000 +0200
@@ -10,6 +10,7 @@
** destructor.
*****************************************************************************/
+#include <stdlib.h>
enum {
AUTH_NONE = 0,
--- ./wpa_gui/userdatarequest.ui.h.orig 2008-06-10 20:09:43.000000000 +0200
+++ ./wpa_gui/userdatarequest.ui.h 2008-06-10 20:09:50.000000000 +0200
@@ -10,6 +10,8 @@
** destructor.
*****************************************************************************/
+#include <stdlib.h>
+
int UserDataRequest::setParams(WpaGui *_wpagui, const char *reqMsg)
{
char *tmp, *pos, *pos2;
--- ./wpa_gui/wpagui.ui.h.orig 2008-06-10 20:08:27.000000000 +0200
+++ ./wpa_gui/wpagui.ui.h 2008-06-10 20:08:56.000000000 +0200
@@ -16,6 +16,7 @@
#include <unistd.h>
#endif
+#include <stdlib.h>
void WpaGui::init()
{