mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
rename signal -> sig
Meson puts the directory of the source file in the include path and then it picks up our signal.h instead of the system one...
This commit is contained in:
parent
497febf2f1
commit
3dada4731c
10 changed files with 13 additions and 18 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <pinos/client/pinos.h>
|
||||
#include <pinos/client/signal.h>
|
||||
#include <pinos/client/sig.h>
|
||||
|
||||
typedef struct {
|
||||
bool running;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue