Skip to content

Commit

Permalink
sslget: Use relative include for sslproto.h
Browse files Browse the repository at this point in the history
sslget.c uses relative, local includes except for sslproto.h. The global
include was added in 2714260.

Change-Id: I4ce05417a0679a373dc610b8a4b2fae4eca7ca79
Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran committed Mar 15, 2018
1 parent a114b40 commit cc8e517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/native-tools/src/sslget/sslget.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#include "prio.h"
#include "prnetdb.h"
#include "nss.h"
#include <nss3/sslproto.h>
#include "sslproto.h"


/* set Tabs to 8 */
Expand Down

0 comments on commit cc8e517

Please sign in to comment.