mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
os/threading: Add #pragma once
This commit is contained in:
parent
e37d8f4cf5
commit
0ad9a7406c
1
doc/changes/aux/mr.282.md
Normal file
1
doc/changes/aux/mr.282.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
threading: Fix missing `#pragma once` in `os/os_threading.h`.
|
|
@ -8,6 +8,8 @@
|
||||||
* @ingroup aux_os
|
* @ingroup aux_os
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "xrt/xrt_config_os.h"
|
#include "xrt/xrt_config_os.h"
|
||||||
#include "util/u_misc.h"
|
#include "util/u_misc.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue