changeset 2074:c5323c02dde4

Fix windows build error
author Michael Pavone <pavone@retrodev.com>
date Mon, 31 Jan 2022 00:01:26 -0800
parents c69e42444f96
children 983f57d08eff
files cue.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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"