need to include stdlib.h when using free()

This commit is contained in:
Axel Kohlmeyer
2015-10-02 12:11:29 -04:00
parent 220a4c1895
commit 00a9c05d2a

View File

@ -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"