Fix warning in test compilation.
This commit is contained in:
@@ -6,14 +6,15 @@
|
|||||||
See the file COPYING.
|
See the file COPYING.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ftpfs.h"
|
#define _XOPEN_SOURCE 600 /* glibc2 needs this */
|
||||||
#include "ftpfs-ls.h"
|
#include <time.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#define _XOPEN_SOURCE /* glibc2 needs this */
|
|
||||||
#include <time.h>
|
#include "ftpfs.h"
|
||||||
|
#include "ftpfs-ls.h"
|
||||||
|
|
||||||
struct ftpfs ftpfs;
|
struct ftpfs ftpfs;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user