Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compilation on glibc 2.19/gcc 4.8
  • Loading branch information
faenil committed Oct 2, 2014
1 parent d89164d commit 3da6300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connd/main.cpp
Expand Up @@ -23,6 +23,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>

#include "qconnectionagent.h"
#include "connectiond_adaptor.h"
Expand Down

0 comments on commit 3da6300

Please sign in to comment.