
Plasma mobile compiles, but we didn't get it to run yet. Thanks to PureTryOut for all this amazing porting work! \o/
14 lines
382 B
Diff
14 lines
382 B
Diff
diff --git a/src/kpac/kpac_dhcp_helper.c b/src/kpac/kpac_dhcp_helper.c
|
|
--- a/src/kpac/kpac_dhcp_helper.c
|
|
+++ b/src/kpac/kpac_dhcp_helper.c
|
|
@@ -17,6 +17,9 @@
|
|
Boston, MA 02110-1301, USA.
|
|
*/
|
|
|
|
+#define _BSD_SOURCE /* setgroups */
|
|
+#define _DEFAULT_SOURCE /* stop glibc whining about the previous line */
|
|
+
|
|
#include <arpa/inet.h>
|
|
#include <netinet/in.h>
|
|
#include <sys/types.h>
|
|
|