Fix warning in test compilation.

This commit is contained in:
braga
2006-09-29 18:58:49 +00:00
parent e2a3739258
commit 0ed2ba7306

View File

@@ -6,14 +6,15 @@
See the file COPYING.
*/
#include "ftpfs.h"
#include "ftpfs-ls.h"
#define _XOPEN_SOURCE 600 /* glibc2 needs this */
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#define _XOPEN_SOURCE /* glibc2 needs this */
#include <time.h>
#include "ftpfs.h"
#include "ftpfs-ls.h"
struct ftpfs ftpfs;