aboutsummaryrefslogtreecommitdiff
path: root/src/itoatom.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-06-28 20:49:39 +0000
committerMike Buland <eichlan@xagasoft.com>2007-06-28 20:49:39 +0000
commit932677862376e9642a496a15b7f09f1106f495a5 (patch)
tree0684fe4805b3c293cdef8b07247789d70ac2dbd3 /src/itoatom.h
parentd35ef3b116e793dca1c9c5b07e47aec44b109c25 (diff)
downloadlibbu++-932677862376e9642a496a15b7f09f1106f495a5.tar.gz
libbu++-932677862376e9642a496a15b7f09f1106f495a5.tar.bz2
libbu++-932677862376e9642a496a15b7f09f1106f495a5.tar.xz
libbu++-932677862376e9642a496a15b7f09f1106f495a5.zip
Many minor changes, hopefully the header fixes will keep future header macro
conflicts from happening. And, from now on, other projects should do -Ilibbu++ not -Ilibbu++/src so we can get ready for an installed version of libbu++.
Diffstat (limited to 'src/itoatom.h')
-rw-r--r--src/itoatom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itoatom.h b/src/itoatom.h
index 96090f2..7fc9090 100644
--- a/src/itoatom.h
+++ b/src/itoatom.h
@@ -1,5 +1,5 @@
1#ifndef ITO_QUEUE_H 1#ifndef BU_ITO_QUEUE_H
2#define ITO_QUEUE_H 2#define BU_ITO_QUEUE_H
3 3
4#include <pthread.h> 4#include <pthread.h>
5 5