Skip to content

Commit d9c8253

Browse files
committed
fix linux build error
1 parent 6351f63 commit d9c8253

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

blas_perf.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
//
33
// Copyright 2023 Mark Seminatore. All rights reserved.
44
//------------------------------------------------------
5+
6+
#if defined(_linux_) || defined(__linux__) || defined(__linux) || defined(__gnu_linux__)
7+
#define _POSIX_C_SOURCE 199309L
8+
#endif
9+
510
#include <stdio.h>
611
#include <string.h>
712
#include <time.h>

0 commit comments

Comments
 (0)