Skip to content

Commit

Permalink
Forgotten "include stdlib.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed May 11, 2017
1 parent 8262cf9 commit 467e52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/calc_nodeline.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ THE SOFTWARE.
*/

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "variable.h"
#include "basic_math.h"
Expand Down
1 change: 1 addition & 0 deletions src/section.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ THE SOFTWARE.
*/

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "variable.h"
#include "basic_math.h"
Expand Down

0 comments on commit 467e52a

Please sign in to comment.