diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-23 19:55:20 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-02-04 14:03:13 +0100 |
commit | 4293dc42f60fff4542162deba616ec99b2d9fd09 (patch) | |
tree | 379f624f689919dda7d4e521abb3049ba596fcab /unix | |
parent | adaedc9629c5f4b124a1872bac6a11844b7f576e (diff) | |
download | tigervnc-4293dc42f60fff4542162deba616ec99b2d9fd09.tar.gz tigervnc-4293dc42f60fff4542162deba616ec99b2d9fd09.zip |
Remove custom CharArray type
It has now been replaced, mostly by std::string, so remove the actual
type definition.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tx/TXWindow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tx/TXWindow.cxx b/unix/tx/TXWindow.cxx index c771a623..a631fa66 100644 --- a/unix/tx/TXWindow.cxx +++ b/unix/tx/TXWindow.cxx @@ -28,6 +28,7 @@ #include <list> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <vector> #include <rfb/util.h> |