mirror of
https://github.com/transmission/transmission
synced 2025-03-12 23:23:54 +00:00
maybe make hudson-t's trunk linux builds happy
This commit is contained in:
parent
48c7c65f1b
commit
07f0efe8e1
1 changed files with 5 additions and 5 deletions
|
@ -10,11 +10,6 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#include <shlobj.h> /* for CSIDL_APPDATA, CSIDL_MYDOCUMENTS */
|
||||
|
@ -30,6 +25,11 @@
|
|||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef WIN32
|
||||
|
|
Loading…
Add table
Reference in a new issue