mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
21 lines
504 B
Diff
21 lines
504 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Brendan Coles <bcoles@gmail.com>
|
|
Date: Wed, 14 Apr 2021 17:24:58 +0000
|
|
Subject: [PATCH] Include <strings.h>
|
|
|
|
---
|
|
src/codepage.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/codepage.c b/src/codepage.c
|
|
index 3916b61..9df0bd8 100644
|
|
--- a/src/codepage.c
|
|
+++ b/src/codepage.c
|
|
@@ -3,6 +3,7 @@
|
|
#include "env.h"
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <strings.h>
|
|
|
|
/* List of code-pages */
|
|
struct cp_data
|