mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-11 11:53:51 +00:00
Add a missing #include.
runtime/mercury_term_size.c:
#include mercury_runtime_util.h since this code requires
a definition for MR_STRERROR_BUF_SIZE.
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mercury_imp.h"
|
#include "mercury_imp.h"
|
||||||
|
#include "mercury_runtime_util.h" /* For MR_STRERROR_BUF_SIZE. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user