Skip to content

Commit

Permalink
Fix the calloc undeclaration error on some version of the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mesonepigreco committed Jan 12, 2021
1 parent 3f88aea commit 992a705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CModules/LinAlg.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>

#include "LinAlg.h"
Expand Down

0 comments on commit 992a705

Please sign in to comment.