diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 16:01:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 16:01:52 +0000 |
commit | 936d4afc98f9f1017085a7001b43f60ae795fef2 (patch) | |
tree | 5374f9bd1f4526c65d728bf6b478a735e523b4f7 /sysdeps/unix/sysv/linux/mips/putmsg.c | |
parent | ffe8fc1f1a07edba14fd0a37cfd71227edfe174d (diff) | |
download | glibc-936d4afc98f9f1017085a7001b43f60ae795fef2.tar glibc-936d4afc98f9f1017085a7001b43f60ae795fef2.tar.gz glibc-936d4afc98f9f1017085a7001b43f60ae795fef2.tar.bz2 glibc-936d4afc98f9f1017085a7001b43f60ae795fef2.zip |
Add missing #.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/putmsg.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/putmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/putmsg.c b/sysdeps/unix/sysv/linux/mips/putmsg.c index c744bf27f1..ebc1680ca7 100644 --- a/sysdeps/unix/sysv/linux/mips/putmsg.c +++ b/sysdeps/unix/sysv/linux/mips/putmsg.c @@ -1 +1 @@ -include <sysdeps/unix/sysv/linux/i386/putmsg.c> +#include <sysdeps/unix/sysv/linux/i386/putmsg.c> |