libragephoto: fix build errors and some includes
- RagePhoto-Extract: include stdio.h - RagePhotoC: include stddef.h instead of stdio.h - RagePhotoTypedefs: include stddef.h
This commit is contained in:
parent
df388acaec
commit
b2e765c2af
3 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "RagePhotoC.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue