summaryrefslogtreecommitdiff
path: root/command_queue.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-12 12:17:10 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-12 12:17:10 (GMT)
commitb1b45ac9f2e1c77f5f107f9959a8a6ba4759d99d (patch)
tree0c0e7dfe4a8721509cb45ecf724e9dde8be6afa9 /command_queue.h
parente03626e843d042ba464a05f284d9561c5560039c (diff)
fixed include guards
small makefile cleanups
Diffstat (limited to 'command_queue.h')
-rw-r--r--command_queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/command_queue.h b/command_queue.h
index d77a6f6..dbd2091 100644
--- a/command_queue.h
+++ b/command_queue.h
@@ -19,8 +19,8 @@
* along with door_daemon. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _COMMAND_QUEUE_H_
-#define _COMMAND_QUEUE_H_
+#ifndef RHCTL_command_queue_h_INCLUDED
+#define RHCTL_command_queue_h_INCLUDED
#include <sys/time.h>