diff megawifi.c @ 1541:f8ef74e7c800

Merged nuklear_ui into default
author Michael Pavone <pavone@retrodev.com>
date Sun, 25 Mar 2018 12:01:49 -0700
parents 2781b9551004
children 1a09422b87a5
line wrap: on
line diff
--- a/megawifi.c	Sat Mar 24 19:41:47 2018 -0700
+++ b/megawifi.c	Sun Mar 25 12:01:49 2018 -0700
@@ -33,6 +33,10 @@
 	[255] = "CMD_ERROR"
 };
 
+#ifndef MSG_NOSIGNAL
+#define MSG_NOSIGNAL 0
+#endif
+
 enum {
 	STATE_IDLE=1,
 	STATE_AP_JOIN,