Skip to content

Commit 1c2ddfd

Browse files
authored
Merge pull request #121 from bcheronn/bcheronn-patch-1
Update Colors.md
2 parents 793401f + 5505912 commit 1c2ddfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Colors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ In this small example we will create a white image:
7070

7171
```c
7272
#include "MLX42/MLX42.h"
73+
#include <stdlib.h>
74+
#include <string.h>
7375

7476
// Bytes Per Pixel. Since each pixel is represented as an integer, it will be four bytes for four channels.
7577
#define BPP sizeof(int32_t)
@@ -97,4 +99,4 @@ int32_t main(void)
9799
return (EXIT_SUCCESS);
98100
}
99101

100-
```
102+
```

0 commit comments

Comments
 (0)