/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to src/librcc.c

  • Committer: Suren A. Chilingaryan
  • Date: 2010-07-16 07:58:26 UTC
  • Revision ID: csa@dside.dyndns.org-20100716075826-4rvnh4iccqrqsdfj
Windows fixes and CMake scripts to build under Windows

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
*/
19
19
 
20
20
#include <stdio.h>
21
 
#include <string.h>
22
21
#include <stdlib.h>
23
22
#include <time.h>
24
23
#include <errno.h>
25
24
 
 
25
#include <string.h>
 
26
#ifdef HAVE_STRINGS_H
 
27
# include <strings.h>
 
28
#endif /* HAVE_STRINGS_H */
 
29
 
 
30
 
26
31
#include "../config.h"
27
32
 
28
33
#ifdef HAVE_UNISTD_H