diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-03 18:06:14 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 10:17:13 +0200 |
commit | 4251030bd8bc08af713c7865027ecdb40a3b3db4 (patch) | |
tree | 97f85eeedd74da69ff9ab293b363a43884b67d83 /libmm-glib/mm-common-helpers.h | |
parent | 239c56cf7fe42d37257fbcd1f1d0893498c6cd05 (diff) |
api: only allow including `ModemManager.h' directly
Diffstat (limited to 'libmm-glib/mm-common-helpers.h')
-rw-r--r-- | libmm-glib/mm-common-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-common-helpers.h b/libmm-glib/mm-common-helpers.h index eb631048..316388ff 100644 --- a/libmm-glib/mm-common-helpers.h +++ b/libmm-glib/mm-common-helpers.h @@ -16,7 +16,7 @@ */ #include <glib.h> -#include <ModemManager-enums.h> +#include <ModemManager.h> #if !defined (__LIBMM_GLIB_H_INSIDE__) && !defined (LIBMM_GLIB_COMPILATION) #error "Only <libmm-glib.h> can be included directly." |