missing #include added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-08-30 16:39:50 +00:00
commit 278144a9a8

View file

@ -1,6 +1,7 @@
/* File : example.c */
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
/* Compute the greatest common divisor of positive integers */
int gcd(int x, int y) {