Changeset 988 for vendor/current/source4/include
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/include/includes.h
r740 r988 58 58 #include "../lib/util/xfile.h" 59 59 #include "../lib/util/attr.h" 60 61 /* debug.h need to be included before samba_util.h for the macro SMB_ASSERT */ 60 62 #include "../lib/util/debug.h" 61 #include "../lib/util/ util.h"63 #include "../lib/util/samba_util.h" 62 64 63 65 #include "libcli/util/error.h" … … 70 72 #include "../lib/util/smb_threads_internal.h" 71 73 74 /* samba_setXXid functions. */ 75 #include "../lib/util/setid.h" 76 72 77 #endif /* _INCLUDES_H */
Note:
See TracChangeset
for help on using the changeset viewer.