Changeset d150a9d
- Timestamp:
- 2010-10-10T18:40:06Z (14 years ago)
- Branches:
- master
- Children:
- 9c9a29c
- Parents:
- 6197702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
unix.c
r6197702 rd150a9d 29 29 #include "base64.h" 30 30 #include "commands.h" 31 #include "otr.h"32 31 #include "protocols/nogaim.h" 33 32 #include "help.h" … … 42 41 #include <pwd.h> 43 42 #include <locale.h> 43 44 #if defined(OTR_BI) || defined(OTR_PI) 45 #include "otr.h" 46 #endif 44 47 45 48 global_t global; /* Against global namespace pollution */
Note: See TracChangeset
for help on using the changeset viewer.