Fix dependencies on config.h for typedefs.h
[alexxy/gromacs.git] / src / gromacs / legacyheaders / gmx_omp_nthreads.h
index a96e932d920500505ac2a4a05b5cefcb273f4cee..f4010010dba270082c377b2786c52645cb7a256b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -36,7 +36,8 @@
 #ifndef GMX_OMP_NTHREADS
 #define GMX_OMP_NTHREADS
 
-#include "types/commrec.h"
+#include <stdio.h>
+#include "typedefs.h"
 
 #ifdef __cplusplus
 extern "C" {