diff options
author | roam <roam@FreeBSD.org> | 2000-11-26 22:24:04 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-11-26 22:24:04 +0800 |
commit | 6e74521b9d280f54cf3429a2364009470fbc1be4 (patch) | |
tree | c5ccfa7013cf649f6e699c463cb189197db268cf /misc/histring/files | |
parent | e56f595e76a92274642ed049324b4d719419a362 (diff) | |
download | freebsd-ports-gnome-6e74521b9d280f54cf3429a2364009470fbc1be4.tar.gz freebsd-ports-gnome-6e74521b9d280f54cf3429a2364009470fbc1be4.tar.zst freebsd-ports-gnome-6e74521b9d280f54cf3429a2364009470fbc1be4.zip |
A tool to highlight strings using the ANSI terminal escape sequences.
PR: 22085
Reviewed by: kris
Diffstat (limited to 'misc/histring/files')
-rw-r--r-- | misc/histring/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/histring/files/patch-aa b/misc/histring/files/patch-aa new file mode 100644 index 000000000000..c290fa957caf --- /dev/null +++ b/misc/histring/files/patch-aa @@ -0,0 +1,11 @@ +--- histring.c 2000/10/18 13:39:37 1.1 ++++ histring.c 2000/10/18 13:44:11 1.2 +@@ -15,6 +15,8 @@ + # include <config.h> + #endif + ++#include <sys/types.h> ++ + #ifdef HAVE_GETOPT_H + # include <getopt.h> + #endif |