diff options
author | Thomas White <taw@physics.org> | 2010-08-24 18:37:44 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:56 +0100 |
commit | af003a7bf9cc2f8b163ec4df44238d9f249d3943 (patch) | |
tree | 083942746e47e33f1008d7d1498c58a3a6b4e58d /src/cell.c | |
parent | 1c68a9455e3ccbbb37a9e74914371f82a4ac588d (diff) |
Move -D_GNU_SOURCE to a better place
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ #include <math.h> #include <stdlib.h> #include <stdio.h> +#include <string.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_blas.h> #include <gsl/gsl_linalg.h> |