mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 00:00:05 +01:00
CONTRIBUTING: fix typo
Fixes https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1676
This commit is contained in:
parent
460f0b4bc9
commit
45dad85911
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ have `-I. -I./src/` in their build arguments. So to include a header like
|
|||
[`src/libnm-glib-aux/nm-random-utils.h`](src/libnm-glib-aux/nm-random-utils.h)
|
||||
you'd do `#include "libnm-glib-aux/nm-random-utils.h"`.
|
||||
|
||||
Note that there are exceptions. For example, `src/libnm-std-aux/nm-linux-compat.h`](src/libnm-std-aux/nm-linux-compat.h)
|
||||
Note that there are exceptions. For example, [`src/libnm-std-aux/nm-linux-compat.h`](src/libnm-std-aux/nm-linux-compat.h)
|
||||
may need to be included before system headers as it is supposed to include headers
|
||||
from `src/linux-headers`](src/linux-headers).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue