aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-11 08:44:52 +0000
committerRoland McGrath <roland@gnu.org>1999-10-11 08:44:52 +0000
commitc72c2dab1f2150abb52e61f5ce585db1d9d5aba5 (patch)
tree3a0a39d9ef02612500acb1141a0bcf7a0742a1fe /server.c
parent881a33c22d2a42d1372f4097b61791d56b3c9558 (diff)
downloadmig-c72c2dab1f2150abb52e61f5ce585db1d9d5aba5.tar.gz
mig-c72c2dab1f2150abb52e61f5ce585db1d9d5aba5.tar.bz2
mig-c72c2dab1f2150abb52e61f5ce585db1d9d5aba5.zip
1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
* user.c (WriteIncludes): Fix missing newline in last change. * server.c (WriteIncludes): Likewise.
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index ba799ac..f50337b 100644
--- a/server.c
+++ b/server.c
@@ -36,7 +36,7 @@ static void
WriteIncludes(FILE *file)
{
fprintf(file, "#ifndef _GNU_SOURCE\n");
- fprintf(file, "#define _GNU_SOURCE 1");
+ fprintf(file, "#define _GNU_SOURCE 1\n");
fprintf(file, "#endif\n\n");
fprintf(file, "#define EXPORT_BOOLEAN\n");