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:
parent
8ead02ee37
commit
88cca110e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue