14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
$OpenBSD: patch-src_resmanager_h,v 1.1 2018/12/02 17:39:18 naddy Exp $
|
|
|
|
Index: src/resmanager.h
|
|
--- src/resmanager.h.orig
|
|
+++ src/resmanager.h
|
|
@@ -9,6 +9,7 @@
|
|
#ifndef RESMANAGER_H
|
|
#define RESMANAGER_H
|
|
|
|
+#include <string.h>
|
|
#include "global.h"
|
|
#include "client.h"
|
|
#include <map>
|