/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/rcctranslate.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:
19
19
 
20
20
#include <stdio.h>
21
21
#include <stdlib.h>
 
22
 
22
23
#include <string.h>
 
24
#ifdef HAVE_STRINGS_H
 
25
# include <strings.h>
 
26
#endif /* HAVE_STRINGS_H */
23
27
 
24
28
#include "internal.h"
25
29
#include "rccconfig.h"