Merge pull request #1462 from matt335672/catalina-compile

Include file tidy-up
This commit is contained in:
metalefty 2019-12-23 23:00:42 +09:00 committed by GitHub
commit de5a23325f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */