diff options
author | Cameron Kaiser <ckaiser@floodgap.com> | 2010-08-12 08:32:00 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-08-25 14:19:58 +0200 |
commit | 795107453db9fd750ff817ad77b4d91c9601fd66 (patch) | |
tree | 71a48c9c746052dad35d0202259518a7ca402bc9 /lib | |
parent | 201637d4682973bcc4a1fd0f4e8d4159300bd0b8 (diff) |
Forgot gopher.h in Makefile.inc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 33b576520..41ab8277d 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -35,5 +35,6 @@ HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \ tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h \ curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h \ curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h \ - warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h + warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h \ + gopher.h |