Added includes for C/POSIX types referenced in chansrv_fuse.h to chansrv_fuse.h

This commit is contained in:
matt335672 2019-12-22 12:37:38 +00:00
parent 93da7c0d3c
commit 3820d279e2
2 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,6 @@ char g_fuse_clipboard_path[256] = ""; /* for clipboard use */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "arch.h"
#include "chansrv_fuse.h"

View File

@ -19,8 +19,10 @@
#ifndef _CHANSRV_FUSE_H
#define _CHANSRV_FUSE_H
#include "arch.h"
#include <sys/types.h>
#include <time.h>
#include "arch.h"
#include "ms-erref.h"
/* Used to pass file info back to chansrv_fuse from devredir */