sockets: Add gl_fd_to_handle.
[pspp] / tests / test-sockets.c
index 514409d95b6dbd09bce24c6bb06b70b4f4712e72..a37a1978c42a4ef0c50eda4abdc78d77082ff79c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Free Software Foundation
+ * Copyright (C) 2008, 2009 Free Software Foundation
  * Written by Simon Josefsson.
  *
  * This program is free software: you can redistribute it and/or modify
@@ -40,5 +40,7 @@ main (int argc, char *argv[])
       return 1;
     }
 
+  gl_fd_to_handle (0);
+
   return 0;
 }