aboutsummaryrefslogtreecommitdiff
path: root/src/cell.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-08-24 18:37:44 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:56 +0100
commitaf003a7bf9cc2f8b163ec4df44238d9f249d3943 (patch)
tree083942746e47e33f1008d7d1498c58a3a6b4e58d /src/cell.c
parent1c68a9455e3ccbbb37a9e74914371f82a4ac588d (diff)
Move -D_GNU_SOURCE to a better place
Diffstat (limited to 'src/cell.c')
-rw-r--r--src/cell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cell.c b/src/cell.c
index bb4dca99..9ae51f0a 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -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>