Skip to content
Snippets Groups Projects
Commit a3b73b50 authored by Howard Chu's avatar Howard Chu
Browse files

Fix includes for EBCDIC

parent 676984e8
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
#include <stdio.h>
#include <ac/stdarg.h>
#include <ac/string.h>
#include <ac/ctype.h>
#include <lutil.h>
#if !defined(HAVE_VSNPRINTF) && !defined(HAVE_EBCDIC)
/* Write at most n characters to the buffer in str, return the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment