Skip to content

Commit

Permalink
Changed include line for libexpect in ddc10.cc to reflect ubuntu incl…
Browse files Browse the repository at this point in the history
…ude directory structure.
  • Loading branch information
Daniel Coderre committed Sep 29, 2014
1 parent 109bbcf commit 34fad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ddc10/ddc_10.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <iostream>
#include "ddc_10.hh"
#include <expect.h>
#include <tcl8.6/expect.h>
#include <sys/wait.h>
#include <math.h>

Expand Down

0 comments on commit 34fad95

Please sign in to comment.