Get sigcontext via <signal.h> instead.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 01:13:01 +0000 (01:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 01:13:01 +0000 (01:13 +0000)
sysdeps/unix/sysv/linux/arm/profil-counter.h

index a915da7..802cbd5 100644 (file)
@@ -17,7 +17,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <sigcontext.h>
+#include <signal.h>
 
 void
 profil_counter (int signo, struct sigcontext sc)