blob: daba393bb1455aa5fd9c27db95294049861b644a (
plain)
1
2
3
4
5
6
7
8
9
|
+++ emu2-master/src/codepage.c 2021-04-14 07:13:48.165698165 -0700
@@ -3,6 +3,7 @@
#include "env.h"
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
/* List of code-pages */
struct cp_data
|