mirror of
https://github.com/curl/curl.git
synced 2026-07-22 16:17:16 +03:00
Shard's fix to build fine on BeOS
This commit is contained in:
parent
17e13acd10
commit
aaddfa0181
1 changed files with 4 additions and 0 deletions
|
|
@ -97,4 +97,8 @@ int fileno( FILE *stream);
|
|||
#define USE_ENVIRONMENT
|
||||
#endif
|
||||
|
||||
#ifdef __BEOS__
|
||||
#define typedef_bool
|
||||
#endif
|
||||
|
||||
#endif /* __SETUP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue