diff options
author | kleink <kleink@pkgsrc.org> | 1998-10-02 09:49:59 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 1998-10-02 09:49:59 +0000 |
commit | cbce6789d1b485bc95216e40e5fa28cf16c3e52f (patch) | |
tree | 5aa187c3fddf4c3fe3821155fdcccfeadf5a36d2 /mbone | |
parent | f66a2e85c2acf1af9c91cef93677427a346b7c74 (diff) | |
download | pkgsrc-cbce6789d1b485bc95216e40e5fa28cf16c3e52f.tar.gz |
<sys/inttypes.h> -> <inttypes.h>. A brick flies off into the ether.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/sdr/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/sdr/patches/patch-ac b/mbone/sdr/patches/patch-ac index 9288889d95b..32c9b6cb6a5 100644 --- a/mbone/sdr/patches/patch-ac +++ b/mbone/sdr/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.4 1998/10/02 06:47:29 hubertf Exp $ +$NetBSD: patch-ac,v 1.5 1998/10/02 09:49:59 kleink Exp $ --- src/iohandler.c.orig Thu Jan 8 20:40:17 1998 +++ src/iohandler.c Fri Oct 2 08:26:48 1998 @@ -43,6 +43,9 @@ @@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.4 1998/10/02 06:47:29 hubertf Exp $ #include <winsock.h> #endif +#ifdef HAVE_SYS_INTTYPES_H -+#include <sys/inttypes.h> ++#include <inttypes.h> +#endif #include <tk.h> #ifdef WIN32 |