Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-11-02 23:10:50 +0300
committerGitHub <noreply@github.com>2016-11-02 23:10:50 +0300
commit052e136928c2bf4c7f997c8aa244055d60d7269f (patch)
treec49deef63fbbd3317bc6be3e06d6133dfa50540c
parent262f1892b1fe888474e2f263fccbb97861976a09 (diff)
parentf6ede7d7e658bdb3ba7822c5e2e46c6378f743b6 (diff)
Merge pull request #827 from howard0su/freebsd
Fix compile error on freebsd
-rw-r--r--lib/TH/THDiskFile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/TH/THDiskFile.c b/lib/TH/THDiskFile.c
index 2ded7bd..9d9cbae 100644
--- a/lib/TH/THDiskFile.c
+++ b/lib/TH/THDiskFile.c
@@ -2,9 +2,7 @@
#include "THDiskFile.h"
#include "THFilePrivate.h"
-#ifdef _WIN64
#include <stdint.h>
-#endif
typedef struct THDiskFile__
{