/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/engine.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 <string.h>
 
22
#ifdef HAVE_STRINGS_H
 
23
# include <strings.h>
 
24
#endif /* HAVE_STRINGS_H */
22
25
 
23
26
#include "internal.h"
24
27
#include "plugin.h"