Changeset daae10f for protocols/twitter
- Timestamp:
- 2010-08-07T16:33:02Z (15 years ago)
- Branches:
- master
- Children:
- 7b87539
- Parents:
- 289bd2d
- Location:
- protocols/twitter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/Makefile
r289bd2d rdaae10f 15 15 objects = twitter.o twitter_http.o twitter_lib.o 16 16 17 CFLAGS += -Wall18 17 LFLAGS += -r 19 18 -
protocols/twitter/twitter_lib.c
r289bd2d rdaae10f 23 23 24 24 /* For strptime(): */ 25 #if(__sun) 26 #else 25 27 #define _XOPEN_SOURCE 28 #endif 26 29 27 30 #include "twitter_http.h"
Note: See TracChangeset
for help on using the changeset viewer.