mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
tests: add include guard to "nm-test-libnm-utils.h" header
It causes a warning on lgtm.com.
This commit is contained in:
parent
9acf32a7a8
commit
9e6d6191d1
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
* Copyright (C) 2014 - 2015 Red Hat, Inc.
|
||||
*/
|
||||
|
||||
#ifndef __NM_TEST_LIBNM_UTILS_H__
|
||||
#define __NM_TEST_LIBNM_UTILS_H__
|
||||
|
||||
#include "NetworkManager.h"
|
||||
|
||||
#include "nm-utils/nm-test-utils.h"
|
||||
|
|
@ -82,3 +85,5 @@ nmtstc_client_new (gboolean allow_iterate_main_context)
|
|||
{
|
||||
return nmtstc_context_object_new (NM_TYPE_CLIENT, allow_iterate_main_context, NULL);
|
||||
}
|
||||
|
||||
#endif /* __NM_TEST_LIBNM_UTILS_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue