shmup / wander

Fantasy story tool
GNU General Public License v3.0
122 stars 19 forks source link

Should compile now under glibc2 #3

Closed sequitur closed 9 years ago

sequitur commented 9 years ago

As-is, the source in this repository wouldn't compile under regular Linux (Tested in Ubuntu Vivid). This one-line patch fixes that (As well as the missing 't' in 'int' earlier in the file which is still present for some reason?).

Someone else will need to test this on OS X and figure it out; it may be the case that some platform-specific IFDEFs are needed. Note that this will hopefully also allow compilation in Windows under Cygwin.