valerie_status.h: take stdio.h header from system include path
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 4 Dec 2008 02:43:07 +0000 (02:43 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 4 Dec 2008 02:43:07 +0000 (02:43 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1251 d19143bc-622f-0410-bfdd-b5b2a6649095

src/valerie/valerie_status.h

index 2b77c7b..769fbf3 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef _VALERIE_STATUS_H_
 #define _VALERIE_STATUS_H_
 
-#include "stdint.h"
+#include <stdint.h>
 
 #ifdef __cplusplus
 extern "C"