mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* src/dbusbind.c: Include fcntl.h if needed. (Bug#80373)
This commit is contained in:
parent
b7c5f39fd1
commit
195d2f7a74
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
#include "pdumper.h"
|
||||
#include "process.h"
|
||||
|
||||
#ifndef O_RDONLY
|
||||
/* WINDOWSNT. */
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#ifndef DBUS_NUM_MESSAGE_TYPES
|
||||
#define DBUS_NUM_MESSAGE_TYPES 5
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue