Fixed typo.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@879 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2000-09-22 08:36:39 +00:00
commit 88cca110e3

View file

@ -7,7 +7,7 @@
%{
#ifndef _POSIX_SOURCE
/* This is needed on Solaris for fdopen(). */
# define _POSIX_SOURCE=199506L
# define _POSIX_SOURCE 199506L
#endif
#include <stdio.h>
#include <errno.h>