diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libglnx-testlib.c | 2 | ||||
-rw-r--r-- | tests/test-libglnx-errors.c | 2 | ||||
-rw-r--r-- | tests/test-libglnx-fdio.c | 2 | ||||
-rw-r--r-- | tests/test-libglnx-macros.c | 2 | ||||
-rw-r--r-- | tests/test-libglnx-shutil.c | 2 | ||||
-rw-r--r-- | tests/test-libglnx-xattrs.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/libglnx-testlib.c b/tests/libglnx-testlib.c index 869d144..879b876 100644 --- a/tests/libglnx-testlib.c +++ b/tests/libglnx-testlib.c @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include "config.h" +#include "libglnx-config.h" #include "libglnx-testlib.h" #include <errno.h> diff --git a/tests/test-libglnx-errors.c b/tests/test-libglnx-errors.c index 4e91e02..9e8c1e3 100644 --- a/tests/test-libglnx-errors.c +++ b/tests/test-libglnx-errors.c @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include "config.h" +#include "libglnx-config.h" #include "libglnx.h" #include <glib.h> #include <stdlib.h> diff --git a/tests/test-libglnx-fdio.c b/tests/test-libglnx-fdio.c index 84ebb14..fcf0ef8 100644 --- a/tests/test-libglnx-fdio.c +++ b/tests/test-libglnx-fdio.c @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include "config.h" +#include "libglnx-config.h" #include "libglnx.h" #include <glib.h> #include <stdlib.h> diff --git a/tests/test-libglnx-macros.c b/tests/test-libglnx-macros.c index ffde8fa..68dc5db 100644 --- a/tests/test-libglnx-macros.c +++ b/tests/test-libglnx-macros.c @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include "config.h" +#include "libglnx-config.h" #include "libglnx.h" #include <glib.h> #include <stdlib.h> diff --git a/tests/test-libglnx-shutil.c b/tests/test-libglnx-shutil.c index 6917b89..b4ee838 100644 --- a/tests/test-libglnx-shutil.c +++ b/tests/test-libglnx-shutil.c @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include "config.h" +#include "libglnx-config.h" #include "libglnx.h" #include <glib.h> #include <stdlib.h> diff --git a/tests/test-libglnx-xattrs.c b/tests/test-libglnx-xattrs.c index 82def4a..0789a2e 100644 --- a/tests/test-libglnx-xattrs.c +++ b/tests/test-libglnx-xattrs.c @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include "config.h" +#include "libglnx-config.h" #include "libglnx.h" #include <glib.h> #include <stdlib.h> |