Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Fix another issue building with clang on HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Oct 1, 2013
1 parent b6c7b40 commit bb92b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-qt4/pc-adsldap/main.cpp
Expand Up @@ -4,6 +4,8 @@
#include "adsldap.h"
#include <QDebug>
#include <QFile>
#include <unistd.h>
#include <sys/types.h>

int main( int argc, char ** argv )
{
Expand Down

0 comments on commit bb92b1b

Please sign in to comment.