diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-19 03:14:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:46 -0500 |
commit | 7b01c9e0c464c37ee878ada65fef2c67f1f55e53 (patch) | |
tree | 4365372708557602dd7f20b1b80bf40b9fcbd2a2 /source4/lib/util | |
parent | 1ac632a45bb7eed5b439404a41266a9572528e07 (diff) | |
download | samba-7b01c9e0c464c37ee878ada65fef2c67f1f55e53.tar.gz samba-7b01c9e0c464c37ee878ada65fef2c67f1f55e53.tar.bz2 samba-7b01c9e0c464c37ee878ada65fef2c67f1f55e53.zip |
r14556: Fix some dependencies
(This used to be commit b5802770322678d3f9c2044039cc254024612f9b)
Diffstat (limited to 'source4/lib/util')
-rw-r--r-- | source4/lib/util/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/util.h b/source4/lib/util/util.h index d6b412ee71..73fb675e28 100644 --- a/source4/lib/util/util.h +++ b/source4/lib/util/util.h @@ -40,7 +40,7 @@ struct smbsrv_tcon; #include "util/debug.h" #include "util/mutex.h" #include "util/byteorder.h" -#include "util/util_proto.h" +#include "lib/util/util_proto.h" /** * zero a structure |