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

  1. --- ./wpa_gui/networkconfig.ui.h.orig 2008-06-10 20:10:07.000000000 +0200
  2. +++ ./wpa_gui/networkconfig.ui.h 2008-06-10 20:10:13.000000000 +0200
  3. @@ -10,6 +10,7 @@
  4. ** destructor.
  5. *****************************************************************************/
  6. +#include <stdlib.h>
  7. enum {
  8. AUTH_NONE = 0,
  9. --- ./wpa_gui/userdatarequest.ui.h.orig 2008-06-10 20:09:43.000000000 +0200
  10. +++ ./wpa_gui/userdatarequest.ui.h 2008-06-10 20:09:50.000000000 +0200
  11. @@ -10,6 +10,8 @@
  12. ** destructor.
  13. *****************************************************************************/
  14. +#include <stdlib.h>
  15. +
  16. int UserDataRequest::setParams(WpaGui *_wpagui, const char *reqMsg)
  17. {
  18. char *tmp, *pos, *pos2;
  19. --- ./wpa_gui/wpagui.ui.h.orig 2008-06-10 20:08:27.000000000 +0200
  20. +++ ./wpa_gui/wpagui.ui.h 2008-06-10 20:08:56.000000000 +0200
  21. @@ -16,6 +16,7 @@
  22. #include <unistd.h>
  23. #endif
  24. +#include <stdlib.h>
  25. void WpaGui::init()
  26. {