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:
Wim Taymans 2016-11-28 16:24:10 +01:00
parent 497febf2f1
commit 3dada4731c
10 changed files with 13 additions and 18 deletions

View file

@ -21,9 +21,9 @@
#include <getopt.h>
#include <limits.h>
#include <client/utils.h>
#include <server/core.h>
#include <server/module.h>
#include <pinos/client/utils.h>
#include <pinos/server/core.h>
#include <pinos/server/module.h>
#include "spa-monitor.h"
#include "spa-node.h"