Added includes for C/POSIX types referenced in chansrv_fuse.h to chansrv_fuse.h
This commit is contained in:
parent
93da7c0d3c
commit
3820d279e2
@ -35,7 +35,6 @@ char g_fuse_clipboard_path[256] = ""; /* for clipboard use */
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#include "arch.h"
|
#include "arch.h"
|
||||||
#include "chansrv_fuse.h"
|
#include "chansrv_fuse.h"
|
||||||
|
@ -19,8 +19,10 @@
|
|||||||
#ifndef _CHANSRV_FUSE_H
|
#ifndef _CHANSRV_FUSE_H
|
||||||
#define _CHANSRV_FUSE_H
|
#define _CHANSRV_FUSE_H
|
||||||
|
|
||||||
#include "arch.h"
|
#include <sys/types.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
|
#include "arch.h"
|
||||||
#include "ms-erref.h"
|
#include "ms-erref.h"
|
||||||
|
|
||||||
/* Used to pass file info back to chansrv_fuse from devredir */
|
/* Used to pass file info back to chansrv_fuse from devredir */
|
||||||
|
Loading…
Reference in New Issue
Block a user