/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/rcciconv.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
 
#include <string.h>
23
22
#include <errno.h>
24
23
#include <iconv.h>
25
24
 
 
25
#include <string.h>
 
26
#ifdef HAVE_STRINGS_H
 
27
# include <strings.h>
 
28
#endif /* HAVE_STRINGS_H */
 
29
 
26
30
#include "internal.h"
27
31
#include "rcciconv.h"
28
32