Fix header in example program.

This commit is contained in:
Michael Kerrisk 2006-09-04 09:00:30 +00:00
parent ef0b81712f
commit a7422469fd
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@ domain:
#include <sys/socket.h>
#include <sys/un.h>
#include <stdlib.h>
#include <stdlio.h>
#include <stdio.h>
#include <string.h>
#define MY_SOCK_PATH "/somepath"