Ticket #67343: patch-spawn.h-test_x11comp.c.diff

File patch-spawn.h-test_x11comp.c.diff, 279 bytes (added by ballapete (Peter "Pete" Dyballa), 13 months ago)

Patch to correct path to spawn.h

  • test/x11comp.c

    old new  
    2424#include "config.h"
    2525
    2626#include <stdio.h>
    27 #include <spawn.h>
     27#include <sys/spawn.h>
    2828#include <unistd.h>
    2929#include <assert.h>
    3030#include <signal.h>