Skip to content
Snippets Groups Projects
Commit 440fd76f authored by Francesco Chemolli's avatar Francesco Chemolli
Browse files

Added an #include clause. Its absence didn't allow both compile and

configure.

Rev: src/fd_control.c:1.24
parent 42a2b900
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,14 @@
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include <errno.h>
#ifndef TESTING
#include "global.h"
#include "error.h"
#include "fdlib.h"
RCSID("$Id: fd_control.c,v 1.23 1999/05/18 08:04:51 hubbe Exp $");
RCSID("$Id: fd_control.c,v 1.24 1999/05/18 13:25:16 kinkie Exp $");
#else /* TESTING */
#ifndef _LARGEFILE_SOURCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment