Add missing #ifdef/#endif around include stdint

This commit is contained in:
richterger
2012-10-02 08:48:11 +02:00
parent 7ef2ba88b4
commit e1fc37b5e4
3 changed files with 6 additions and 0 deletions

View File

@@ -25,7 +25,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <freerdp/codec/nsc.h>
#include <freerdp/utils/memory.h>

View File

@@ -24,7 +24,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <freerdp/codec/nsc.h>
#include <freerdp/utils/memory.h>

View File

@@ -24,7 +24,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <freerdp/codec/rfx.h>
#include <freerdp/utils/memory.h>