We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44869c3 commit ba1a8cdCopy full SHA for ba1a8cd
Documentation/SystemModules.md
@@ -180,9 +180,9 @@ And run it:
180
Please note that on some platforms, the above steps fail with:
181
182
<module-includes>:1:10: note: in file included from <module-includes>:1:
183
- #include "/usr/include/jpeglib.h"
+ #include "/usr/local/include/jpeglib.h"
184
^
185
- /usr/include/jpeglib.h:792:3: error: unknown type name 'size_t'
+ /usr/local/include/jpeglib.h:792:3: error: unknown type name 'size_t'
186
size_t free_in_buffer; /* # of byte spaces remaining in buffer */
187
188
0 commit comments