Changeset 6347 for trunk/licq/include/licq_events.h
- Timestamp:
- 06/19/08 08:33:01 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_events.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_events.h
r6282 r6347 2 2 #define ICQEVENT_H 3 3 4 #include "pthread_rdwr.h"5 #include "licq_constants.h" 4 #include <pthread.h> 5 6 6 #include "licq_message.h" 7 8 #include <stdlib.h>9 10 7 11 8 class CPacket;
