From bb9ffe2edc0ad716f69324ea0c0c0a5dc4f68748 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Mon, 6 Apr 2020 14:15:47 -0600 Subject: [PATCH] simple.c: fix lammps include --- examples/COUPLE/simple/simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/COUPLE/simple/simple.c b/examples/COUPLE/simple/simple.c index ad603e09a6..f4623470b7 100644 --- a/examples/COUPLE/simple/simple.c +++ b/examples/COUPLE/simple/simple.c @@ -23,7 +23,7 @@ #include "stdlib.h" #include "string.h" #include "mpi.h" -#include "library.h" /* this is a LAMMPS include file */ +#include "lammps/library.h" /* this is a LAMMPS include file */ int main(int narg, char **arg) {