summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-06-30 17:46:07 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-06-30 17:46:07 +0000
commit4f8fa6adc36c096088803a9bf2654ce1a4f8b5a8 (patch)
treed980b918bfda952d0ff7d01d3983a3eb2b0e98bf /lib
parent316aba17275e68e7be4d5c16ee26ca1f61a1068c (diff)
downloaddiffutils-4f8fa6adc36c096088803a9bf2654ce1a4f8b5a8.tar.gz
Include stdbool.h.
Diffstat (limited to 'lib')
-rw-r--r--lib/setmode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/setmode.h b/lib/setmode.h
index 8381d12..e562aeb 100644
--- a/lib/setmode.h
+++ b/lib/setmode.h
@@ -19,6 +19,8 @@
/* Written by Paul Eggert <eggert@twinsun.com> */
+#include <stdbool.h>
+
#ifndef set_binary_mode
bool set_binary_mode (int, bool);
# if ! HAVE_SETMODE_DOS