Browse Source

Fix build error with NKRO_ENABLE=no

Nick Brassel 3 years ago
parent
commit
d9c8a64c18
1 changed files with 1 additions and 0 deletions
  1. 1 0
      quantum/xap/xap_handlers.c

+ 1 - 0
quantum/xap/xap_handlers.c

@@ -14,6 +14,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <string.h>
 #include <quantum.h>
 #include <xap.h>