Changeset 6347 for trunk/licq/include/licq_log.h
- Timestamp:
- 06/19/08 08:33:01 (6 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_log.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_log.h
r4714 r6347 2 2 #define LOG_H 3 3 4 #include <stdarg.h> 4 #include <cstdarg> 5 #include <cstdio> 5 6 #include <vector> 6 #include <stdio.h>7 7 #include <list> 8 8 #include <pthread.h>
