summaryrefslogtreecommitdiff
path: root/glib/glist.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-06-26 16:01:21 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-06-26 16:01:21 +0000
commit2fd6b001fb431c274ad6808912ec5fbe831afbef (patch)
tree5d464babd4440b23f10de7aac95ee9e4d8077019 /glib/glist.h
parent2c9c0fabc8376a336cde4defa67b9b751954ea87 (diff)
downloadglib-2fd6b001fb431c274ad6808912ec5fbe831afbef.tar.gz
Move glib library into a subdirectory, make all GLib include files include
Tue Jun 26 11:43:46 2001 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.am *.[ch] glib/*.[ch] glib/Makefile.am: Move glib library into a subdirectory, make all GLib include files include as <glib/glist.h> * tests/testglib.c tests/testgdate.c tests/testgdateparser.c tests/timeloop.c tests/timeloop-basic.c: Move all tests into the tests/ subdirectory.
Diffstat (limited to 'glib/glist.h')
-rw-r--r--glib/glist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glist.h b/glib/glist.h
index 81ec9b3a2..bd165d417 100644
--- a/glib/glist.h
+++ b/glib/glist.h
@@ -27,7 +27,7 @@
#ifndef __G_LIST_H__
#define __G_LIST_H__
-#include <gmem.h>
+#include <glib/gmem.h>
G_BEGIN_DECLS