mirror of
https://github.com/transmission/transmission
synced 2025-03-06 11:38:21 +00:00
Add a couple headers needed to build on openbsd.
This commit is contained in:
parent
e07d0220a9
commit
e429ebcb1b
3 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include <ctype.h> /* isprint */
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "transmission.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ extern int vasprintf( char **, const char *, va_list );
|
|||
#endif
|
||||
|
||||
#ifndef __AMIGAOS4__
|
||||
#include <sys/types.h>
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue