summaryrefslogtreecommitdiff
path: root/samples/sgemm.c
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-03-23 20:31:25 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-03-23 20:31:25 +0100
commit706c6987c6044d49770874e5752968a3384a5300 (patch)
tree0f6c788eabf62d5ef5ca65addc1a4ce17ea0e887 /samples/sgemm.c
parentd9356954176eba875138e38b5cf0fb131e1ac925 (diff)
Fixed compilation of the two SGEMM samples
Diffstat (limited to 'samples/sgemm.c')
-rw-r--r--samples/sgemm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/sgemm.c b/samples/sgemm.c
index f43fb147..d528db0a 100644
--- a/samples/sgemm.c
+++ b/samples/sgemm.c
@@ -15,6 +15,7 @@
//
// =================================================================================================
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>