~ubuntu-branches/ubuntu/saucy/vmware-view-open-client/saucy

« back to all changes in this revision

Viewing changes to lib/open-vm-tools/misc/codesetOld.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-06-04 17:45:04 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100604174504-zjltuc0hdp4mv7de
Tags: 4.5.0-264434+dfsg-1
* Merging upstream version 4.5.0-264434+dfsg.
* Updating date and version header in manpage.
* Rediffing doc-pdf.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
      #define freelocale __freelocale
69
69
      #define nl_langinfo_l __nl_langinfo_l
70
70
   #endif
71
 
   #include <dlfcn.h>
 
71
   #ifdef HAVE_DLFCN_H
 
72
      #include <dlfcn.h>
 
73
   #endif
72
74
   #include <iconv.h>
73
75
   #include <langinfo.h>
74
76
#endif