need to include stdlib.h when using free()
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#include "mpi.h"
|
||||
#include "stdio.h"
|
||||
#include "string.h"
|
||||
#include "stdlib.h"
|
||||
#include "fix_ipi.h"
|
||||
#include "atom.h"
|
||||
#include "force.h"
|
||||
|
||||
Reference in New Issue
Block a user