summaryrefslogtreecommitdiff
path: root/sed/utils.c
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-12-22 12:38:39 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-01-09 16:12:24 +0100
commit318f4cd2470bd13a17c2f021406b39e12adf097e (patch)
treeec2bb22013f17ec8b4d1ed061d5d93427575d5a5 /sed/utils.c
parentd7df092736733fd9d1f28c1731dc17535d23ec9d (diff)
downloadsed-318f4cd2470bd13a17c2f021406b39e12adf097e.tar.gz
portability fixes from Bruno Haible
2006-12-22 Bruno Haible <bruno@clisp.org> * sed/utils.c: Include pathmax. * sed/mbcs.c: Use local_charset. * sed/execute.c: Copy with padding after the mbstate_t member. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-90
Diffstat (limited to 'sed/utils.c')
-rw-r--r--sed/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sed/utils.c b/sed/utils.c
index e0ebd20..82c4c1e 100644
--- a/sed/utils.c
+++ b/sed/utils.c
@@ -41,6 +41,7 @@
#include <limits.h>
#include "utils.h"
+#include "pathmax.h"
const char *myname;