Fix installed headers
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 19 Jan 2014 05:19:17 +0000 (07:19 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sun, 19 Jan 2014 18:41:15 +0000 (19:41 +0100)
It was not possible to compile anything against the installed headers
without including the installed legacyheaders/ directory in the include
path (which should not be required).

Change-Id: I2d0a65db8e84a3fc4f4a7fb01b359bf6a7d98cbe

src/gromacs/legacyheaders/types/nbnxn_pairlist.h

index 38f7b3d9274b5ec2eef554910daa6b053feea74e..3422968b38431f3cac7367f2715cee45df84b568 100644 (file)
@@ -40,7 +40,7 @@
 #  include <config.h>
 #endif
 
-#include "thread_mpi/atomic.h"
+#include "../thread_mpi/atomic.h"
 
 #ifdef __cplusplus
 extern "C" {