commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 09/43: libshouldbeinlibc: Add missing include.


From: Samuel Thibault
Subject: [hurd] 09/43: libshouldbeinlibc: Add missing include.
Date: Mon, 11 Sep 2017 07:10:09 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 7a03aea10fd581c41d27acc1a29f7b10b09920cc
Author: Justus Winter <address@hidden>
Date:   Tue Jun 20 11:33:01 2017 +0200

    libshouldbeinlibc: Add missing include.
    
    * libshouldbeinlibc/assert-backtrace.h: Include 'sys/cdefs.h' for
    '__STRING'.
---
 libshouldbeinlibc/assert-backtrace.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libshouldbeinlibc/assert-backtrace.h 
b/libshouldbeinlibc/assert-backtrace.h
index af1d590..f49a537 100644
--- a/libshouldbeinlibc/assert-backtrace.h
+++ b/libshouldbeinlibc/assert-backtrace.h
@@ -27,6 +27,8 @@
 
 #else /* NDEBUG */
 
+#include <sys/cdefs.h>
+
 /* This prints an "Assertion failed" message, prints a stack trace,
    and aborts. */
 void __assert_fail_backtrace (const char *assertion,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]