Skip to content

Commit

Permalink
added #if HAVE_STDLIB_H #330 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Aug 27, 2024
1 parent 17ec774 commit b54f9ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions global/src/DP.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# include "config.h"
#endif

#if HAVE_STDLIB_H
#include <stdlib.h>
#endif

/* $Id: DP.c,v 1.14 2003-02-18 00:24:32 manoj Exp $ */
#include "global.h"
Expand Down
2 changes: 2 additions & 0 deletions global/src/ga_symmetr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# include "config.h"
#endif

#if HAVE_STDLIB_H
#include <stdlib.h>
#endif

/**
* Symmetrizes matrix A: A := .5 * (A+A`)
Expand Down

0 comments on commit b54f9ce

Please sign in to comment.