Fix typo in common.c

darcs-hash:20060801003556-ac50b-fb20d6405d2d8fc8d343d040afbf3863bac07b2f.gz
This commit is contained in:
axel 2006-08-01 10:35:56 +10:00
parent 4a2fa5ea34
commit 7ecf7c1fac

View file

@ -9,7 +9,7 @@ parts of fish.
#include <unistd.h>
#ifdef HAVE_STROPTS
#ifdef HAVE_STROPTS_H
#include <stropts.h>
#endif