Changeset 6152da in git


Ignore:
Timestamp:
May 23, 2014, 3:37:38 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
064cfcc1f2a60deb26674aaf2d6b4631c815ac4f
Parents:
1ab7bf3afd3686a40195e25c1f13e0c9d0b79710
Message:
semphore.c: includes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/links/semaphore.c

    r1ab7bf r6152da  
    66
    77#ifdef HAVE_SIMPLEIPC
     8#include <semaphore.h>
     9#include <fcntl.h>
     10#include <sys/types.h>
     11#include <sys/stat.h>
     12#include <stdio.h>
     13#include <stdlib.h>
     14#include <sys/types.h>
     15#include <unistd.h>
     16
    817
    918# include "simpleipc.h"
     
    1221#include <reporter/si_signals.h>
    1322
    14 #include <semaphore.h>
    15 #include <fcntl.h>
    16 #include <sys/types.h>
    17 #include <sys/stat.h>
    18 #include <stdio.h>
    19 #include <stdlib.h>
    2023
    2124
Note: See TracChangeset for help on using the changeset viewer.