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:
authorRui Guo <guorui.xt@gmail.com>2016-10-03 07:55:30 +0300
committerRui Guo <guorui.xt@gmail.com>2016-10-03 07:55:30 +0300
commitd643d5582e688faec4d0ad70fad9fb6ad215e3ce (patch)
tree62fe5fe87b5fbb35042fb8743378a497c77a5e19 /general.h
parenteb397ad0bd77cfe67a5e27f05d25217cba95ffef (diff)
replace long with ptrdiff_t for memory size/offset etc
Diffstat (limited to 'general.h')
-rw-r--r--general.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/general.h b/general.h
index 4896adf..3ccf4bd 100644
--- a/general.h
+++ b/general.h
@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <string.h>
+#include <stddef.h>
#include "luaT.h"
#include "TH.h"