diff options
| author | Pavel Janík | 2001-12-18 17:39:22 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-18 17:39:22 +0000 |
| commit | af5cae0572be08a666f96f4c3b1f417fd794685c (patch) | |
| tree | 516e4e4ce01cde4582252541a4063b486ed5be7f /lib-src | |
| parent | d7c8d25cf3996bdbb85fc2ed888cceb1cd42e527 (diff) | |
| download | emacs-af5cae0572be08a666f96f4c3b1f417fd794685c.tar.gz emacs-af5cae0572be08a666f96f4c3b1f417fd794685c.zip | |
Fix previous change.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/test-distrib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c index 15c935f1bb9..5fd1ca0e645 100644 --- a/lib-src/test-distrib.c +++ b/lib-src/test-distrib.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #include <stdio.h> | 26 | #include <stdio.h> |
| 27 | 27 | ||
| 28 | #ifdef HAVE_FCNTL | 28 | #ifdef HAVE_FCNTL_H |
| 29 | #include <fcntl.h> | 29 | #include <fcntl.h> |
| 30 | #endif | 30 | #endif |
| 31 | 31 | ||