mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 08:25:07 +00:00
9 lines
209 B
Diff
9 lines
209 B
Diff
+++ 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
|