mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-05 08:45:28 +00:00
Rename queue.h -> sudo_queue.h to avoid collisions with the system
version.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#ifndef _SUDO_EVENT_H
|
||||
#define _SUDO_EVENT_H
|
||||
|
||||
#include "queue.h"
|
||||
#include "sudo_queue.h"
|
||||
|
||||
/* Event types */
|
||||
#define SUDO_EV_TIMEOUT 0x01 /* fire after timeout */
|
||||
|
Reference in New Issue
Block a user