Commit aaddfa01 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Shard's fix to build fine on BeOS

parent 17e13acd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -97,4 +97,8 @@ int fileno( FILE *stream);
#define USE_ENVIRONMENT
#endif

#ifdef __BEOS__
#define typedef_bool
#endif

#endif /* __SETUP_H */