diff cue.c @ 2074:c5323c02dde4

Fix windows build error
author Michael Pavone <pavone@retrodev.com>
date Mon, 31 Jan 2022 00:01:26 -0800
parents 07ed42bd7b4c
children 3f29e2726522
line wrap: on
line diff
--- a/cue.c	Mon Jan 31 00:01:15 2022 -0800
+++ b/cue.c	Mon Jan 31 00:01:26 2022 -0800
@@ -1,4 +1,5 @@
 #include <ctype.h>
+#include <string.h>
 
 #include "system.h"
 #include "util.h"