mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
10 lines
281 B
C++
10 lines
281 B
C++
--- src/stdxinc.cc.orig 2019-07-01 08:18:45 UTC
|
|
+++ src/stdxinc.cc
|
|
@@ -7,6 +7,7 @@
|
|
****************************************************************************/
|
|
|
|
#include "stdxinc.h"
|
|
+#include <cstring>
|
|
#define XC_pirate 88
|
|
|
|
char *Get_Display_Name(int *pargc, char **argv)
|