mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
847ed6e0f7
Include proper sgidefs define.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 93f8cbebe0)
12 lines
231 B
Diff
12 lines
231 B
Diff
--- a/nspr/pr/include/md/_linux.cfg
|
|
+++ b/nspr/pr/include/md/_linux.cfg
|
|
@@ -499,7 +499,7 @@
|
|
#elif defined(__mips__)
|
|
|
|
/* For _ABI64 */
|
|
-#include <sgidefs.h>
|
|
+#include <asm/sgidefs.h>
|
|
|
|
#ifdef __MIPSEB__
|
|
#define IS_BIG_ENDIAN 1
|