Commit b4b24520 authored by Wayne Davison's avatar Wayne Davison

Added (conditional) include of stdint.h.

parent 13710874
......@@ -242,6 +242,9 @@ enum msgcode {
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment