From 38fc568607fcad4de5bf198d5182a73eb18d7e98 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 6 Dec 2010 22:23:04 -0500 Subject: Transition to fcntl.h for I/O --- src/misc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/misc.c') diff --git a/src/misc.c b/src/misc.c index a481193..8280415 100644 --- a/src/misc.c +++ b/src/misc.c @@ -33,3 +33,5 @@ int strind(const char* str, const char ch) } return index; } + + -- cgit