summaryrefslogtreecommitdiff
path: root/neural.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-13 03:40:02 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-13 03:40:02 +0000
commit113c4ba4d6780449afd4681e56b6aba07908402f (patch)
treecd9336ae17b88153a4a1fc452ef6be1320f66ee7 /neural.c
parent37438ca202a9a1f4e782f1d1803686fc6b65e918 (diff)
-- Still working toward killing nbench1.h
-- Removing AllocateMemory and FreeMemory calls git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@15 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'neural.c')
-rw-r--r--neural.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/neural.c b/neural.c
index a767fb4..7ce58c5 100644
--- a/neural.c
+++ b/neural.c
@@ -1,8 +1,10 @@
-#include <stdio.h> /*
+#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include <string.h>
-#include <strings.h>*/
#include <math.h>
+#include <limits.h>
+
#include "nmglobal.h"
#include "nbench1.h"