libbinder: Fix for using default constructor on IpPrefix class

We were missing the default constructor on our internal union,
which prevented the default constructor on the main class from
being functional. This change fixes the problem by specifying a
default constructor for the internal union.

Change-Id: I6d296aa27b3a2b6d43aa7accccb9c25ccccfb0a6
1 file changed