diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-03 13:01:25 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 10:17:12 +0200 |
commit | 433fdea6d4107dcbe7848a28aa492c44742a00c2 (patch) | |
tree | 5f7fe2aac107b3ac7de99f6fc361380018965209 /libmm-glib/libmm-glib.h | |
parent | c250fa3797b40f70cbac1d9e417b1d3ad946ee89 (diff) |
libmm-glib: only allow including `libmm-glib.h' directly
Unless when compiling libmm-glib itself, of course.
Diffstat (limited to 'libmm-glib/libmm-glib.h')
-rw-r--r-- | libmm-glib/libmm-glib.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libmm-glib/libmm-glib.h b/libmm-glib/libmm-glib.h index 62401bb6..ef4409aa 100644 --- a/libmm-glib/libmm-glib.h +++ b/libmm-glib/libmm-glib.h @@ -17,12 +17,14 @@ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA. * - * Copyright (C) 2011 Google, Inc. + * Copyright (C) 2011 - 2012 Google, Inc. */ #ifndef _LIBMM_GLIB_H_ #define _LIBMM_GLIB_H_ +#define __LIBMM_GLIB_H_INSIDE__ + /* ModemManager generic headers */ #include <ModemManager.h> |