mirror of
https://github.com/morgan9e/systemd
synced 2026-04-16 01:16:10 +09:00
Always prefer our headers to system headers
In practice this shouldn't make much difference, but sometimes our headers might be newer, and we want to test them.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <assert.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <systemd/sd-daemon.h>
|
||||
#include "systemd/sd-daemon.h"
|
||||
#include "pyutil.h"
|
||||
#include "macro.h"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "util.h"
|
||||
|
||||
#define SD_JOURNAL_SUPPRESS_LOCATION
|
||||
#include <systemd/sd-journal.h>
|
||||
#include "systemd/sd-journal.h"
|
||||
|
||||
PyDoc_STRVAR(journal_sendv__doc__,
|
||||
"sendv('FIELD=value', 'FIELD=value', ...) -> None\n\n"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <systemd/sd-journal.h>
|
||||
#include "systemd/sd-journal.h"
|
||||
|
||||
#include "pyutil.h"
|
||||
#include "macro.h"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include <systemd/sd-messages.h>
|
||||
#include "systemd/sd-messages.h"
|
||||
|
||||
#include "pyutil.h"
|
||||
#include "log.h"
|
||||
|
||||
Reference in New Issue
Block a user