Changeset 698

Show
Ignore:
Timestamp:
02/11/08 07:34:44 (10 months ago)
Author:
dormando
Message:

Use the correct headerfile for signal-related functions
(Trond.Norbye@Sun.COM)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/memcached.c

    r693 r698  
    2020#include <sys/socket.h> 
    2121#include <sys/un.h> 
    22 #include <sys/signal.h> 
     22#include <signal.h> 
    2323#include <sys/resource.h> 
    2424#include <sys/uio.h>